0.1.0 • Published 7 years ago

unwatch-gh-org-repos v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

unwatch-gh-org-repos (ugor)

npm version build status dependency status

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