1.0.1 • Published 6 years ago

zorgs-cli v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

🦑 zorgs

Command line tool displaying GitHub organizations stats

Version Build Status License Downloads

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.