Concurrently runs commands against git submodules.
Bored of running syncronous commands for git submodules? Meet hydra
.
- Download from the release page
- Move to a directory included in your
$PATH
, for example/usr/local/bin
for Mac OS users. - Go to a repository with submodules
- Run
hydra
. Few examples:
$ hydra "npm install"
$ hydra "rm -rdf node_modules"
$ hydra "git pull"
You will need Golang. It was developed using version 1.12.9
- Clone the project
- Run
$ go get
- Make changes
- Build
$ go build -o hydra
- Test your change(s)
- Open a Merge Request referecing the opened issues:
Ref.: #ISSUE_NUMBER