unwatch-gh-org-repos
v0.1.0
Published
CLI to unwatch GitHub organization's repos
Downloads
3
Readme
unwatch-gh-org-repos (ugor)
unwatch-gh-org-repos (ugor) is a command line interface to unwatch all GitHub organization / user repos.
Install
$ npm install -g unwatch-gh-org-repos
Usage
Once installed globally, ugor
should be available from shell.
$ ugor -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 unwatch all repos in GedexTestOrg
:
$ ugor -t my-personal-token -o GedexTestOrg
Fetching watched GedexTestOrg repos..
┌────────────────────┬────────────────────────────────────────────────────────────┐
│ Repo │ Description │
├────────────────────┼────────────────────────────────────────────────────────────┤
│ wp-dummy-plugin │ Repo used for testing │
├────────────────────┼────────────────────────────────────────────────────────────┤
│ repo-with-milesto… │ Repo used for testing │
└────────────────────┴────────────────────────────────────────────────────────────┘
Found 2 watched repos. Unwatch those? (yes)
Unwatched GedexTestOrg/repo-with-milestone-and-issues successfully
Unwatched GedexTestOrg/wp-dummy-plugin successfully
License
MIT