watch-all-gh-org-repos
v0.2.0
Published
CLI to watch all GitHub organization's repos
Downloads
7
Readme
watch-all-gh-org-repos (wagor)
watch-all-gh-org-repos (wagor) is a command line interface to watch all GitHub organization / user repos.
If you're trying to do the opposite, unwatch all GitHub org repos, try its enemy, ugor.
Install
$ npm install -g watch-all-gh-org-repos
Usage
Once installed globally, wagor
should be available from shell.
$ wagor -h
Usage: ugor [options]
Options:
-h, --help output usage information
-V, --version output the version number
-t, --token <token> GitHub token
-o, --organization <organization> GitHub organization
Once installed, you need to create personal token. An example of watching all repos in GedexTestOrg
:
$ wagor -t my-personal-token -o GedexTestOrg
Fetching GedexTestOrg repos..
┌────────────────────┬────────────────────────────────────────────────────────────┐
│ Repo │ Description │
├────────────────────┼────────────────────────────────────────────────────────────┤
│ wp-dummy-plugin │ Repo used for testing │
├────────────────────┼────────────────────────────────────────────────────────────┤
│ repo-with-milesto… │ Repo used for testing │
└────────────────────┴────────────────────────────────────────────────────────────┘
Found 2 repos. Watch those? (yes)
Watched GedexTestOrg/repo-with-milestone-and-issues successfully
Watched GedexTestOrg/wp-dummy-plugin successfully
License
MIT