zorgs
Command line tool displaying GitHub organizations stats
Table of Contents generated with DocToc
Installation
npm install -g zorgs-cli
# yarn global add zorgs-cli
Usage
GH_ORGANIZATION=google GH_TOKEN=... zorgs
Getting a token
To get a token, head over https://github.com/settings/tokens, create a new token named zorgs (or any other name)
and allow at least read:org scope and public_repo.
If you want to also get stats from private repositories of your organization, add repo scope.
Contributing
See CONTRIBUTING.