githood
v1.1.0
Published
Run commands in a group of git repos.
Downloads
4
Readme
githood
Run commands in a group of git repos.
| ⚠️ This project is under development. | -
Installation
npm i githood --global
Optionally, you can run with: npx githood
Usage
githood --help
Optionally, you can use it with: npx githood --help
Example
Running a command across git repos
githood git status
Running a command across git repos in a GitHub org
githood git status --org rmariuzzo
Options
--name
Run commands in repos matching the given name. A regexp can be provided as '/expr/'
.
--org
Filter git repos by GitHub organization or username.
--count
Display the number of git repos.
--list
Display all git repos.
Development
- Checkout the code.
- Install dependencies:
npm i
- Watch and compile source:
npm run dev
- Test compiled source:
./bin.js
License: MIT Author: Rubens Mariuzzo