ashokponkumar / github-org-stats

Returns the star and fork count of repositories in an organisation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Returns the star and fork count of repositories in an organisation

License:Apache License 2.0


Languages

Language:Go 58.0%Language:Makefile 42.0%