Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 462 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 462 Bytes

github-org-stats

Utility to get github star and fork count of repositories in an organization

To run do go run . -o <org-name> -t <github-personal-token>

To use the binary, download the appropriate release for your OS from https://github.com/ashokponkumar/github-org-stats/releases, unzip and use.

github-org-stats -o <org-name> -t <github-personal-token>

You can also install using go:

go install github.com/ashokponkumar/github-org-stats@latest