command
module
Version:
v0.0.0-...-ec009e7
Opens a new window with list of versions in this module.
Published: Sep 17, 2019
License: MIT
Opens a new window with license information.
Imports: 10
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Hydra
Concurrently runs commands against git submodules.
Overview
Bored of running syncronous commands for git submodules? Meet hydra
.
Usage
- 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"
Developing
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
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.