ghg
v0.1.2
Published
List open GitHub issues and pull requests for repos under a directory.
Downloads
187
Readme
ghg
List open GitHub issues and pull requests for repositories under a directory.
Install
npm install -g ghgUsage
npx ghg --root ../WorkFrom a local checkout:
npm install
npm run build
npx . --root ../WorkOptions:
--recursive: Scan nested repositories.--no-color: Disable colored output.
Config:
~/.config/ghg/config.jsonwith{"root":"/path/to/root"}- Template:
config.example.json
Uses gh api if the GitHub CLI is available.
Otherwise set GITHUB_TOKEN or GH_TOKEN to avoid GitHub API rate limits.
