Skip to content

๐Ÿ”Ž A GitHub CLI extension that displays collaboration-related information about a GitHub repository.

Notifications You must be signed in to change notification settings

nicokosi/gh-collab-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

collab-scanner GitHub CLI extension

A GitHub CLI extension that displays collaboration-related information on a repository.

gh-collab-scanner-small

Install

gh extension install nicokosi/gh-collab-scanner

Use

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/install from source code

Build an run:

go build && ./gh-collab-scanner

Install and run:

gh extension install .; gh collab-scanner

About

๐Ÿ”Ž A GitHub CLI extension that displays collaboration-related information about a GitHub repository.

Topics

Resources

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •  

Languages