Skip to content

SHAPPY0/ghra

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GHRA

Github Repository Automation

GHRA built for automating github repsoitories in bulk.

Features:

  1. Update dependency versions (Cascaded).
  2. Add new dependencies (Cascaded).
  3. Create new branch from release tag (Cascaded).

USES:

1. Binary:

  1. Download binary file from Release.
  2. Open terminal.
  3. Navigate to the directory where binary is downloaded.
  4. Run binary file ./ghra in terminal.
  5. Server will start and open the URL http://localhost:8184.

2. Build Locally:

To build ghra locally, it requires go installed in the system.

  1. Clone this repository.
  2. Run go build -o ./ghra ..
  3. Now run the built binary file ./ghra.
  4. Server will start and open the local url http://localhost:8184 in browser.

About

Github Repository Automations specially updating versions in repositories.

Resources

Stars

Watchers

Forks

Packages

No packages published