A GitHub CLI extension that displays collaboration-related information on a repository.
gh extension install nicokosi/gh-collab-scanner
From a folder where a GitHub repository has been cloned:
gh collab-scanner
will display something like:
(current repo) Repo nicokosi/gh-collab-scanner has: description โ๏ธ, README โ๏ธ, topics โ๏ธ, 1 collaborator ๐ค, community profile score: 33 ๐ฏ
For any GitHub repository via its full name org
/repo
(i.e. python/peps)
gh collab-scanner --repo python/peps
will display something like:
Repo python/peps has: description โ๏ธ, README โ๏ธ, no topics ๐, community profile score: 71 ๐ฏ
Need help? Run:
gh-collab-scanner --help
Build an run:
go build && ./gh-collab-scanner
Install and run:
gh extension install .; gh collab-scanner