GHRA built for automating github repsoitories in bulk.
- Update dependency versions (Cascaded).
- Add new dependencies (Cascaded).
- Create new branch from release tag (Cascaded).
1. Binary:
- Download binary file from Release.
- Open terminal.
- Navigate to the directory where binary is downloaded.
- Run binary file
./ghra
in terminal. - Server will start and open the URL
http://localhost:8184
.
2. Build Locally:
To build ghra
locally, it requires go
installed in the system.
- Clone this repository.
- Run
go build -o ./ghra .
. - Now run the built binary file
./ghra
. - Server will start and open the local url
http://localhost:8184
in browser.