Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Org Exporter

Export GH org stats to excel or other output formats. Currently only excel is supported

Install

npm i -g github-org-reporter

Run

github-org-reporter \ 
	-v \
	--org Signafy \
	--repo-exclude-filter "(pattern1|pattern2)" \
	--repo-include-filter "(some-pattern)" \
	--cache \
	--output-file \
	<output-file>.xlsx \
	--open

Usage

Output stats for a github org

Options:
  --help                 Show help                                     [boolean]
  --version              Show version number                           [boolean]
  --output-file          Report output file
                         [string] [default: "${PWD}/report.xlsx"]
  --data                 Data output directory
                         [string] [default: "${PWD}/data"]
  --repo-include-filter  Regex repo include filter      
                         [string] [default: null]
  --repo-exclude-filter  Regex exclude filter    
                         [string] [default: null]
  --open                 Open when complete           
                         [boolean] [default: false] 
  --cache                Use cached data if available 
                         [boolean] [default: false]
  --org, -o              Org to generate for                 
                         [string] [required]
  --token, -t            Github token, if not available in env
                         [string] [default: ${GITHUB_TOKEN}]
  --verbose, -v          Verbose output               
                         [boolean] [default: false]

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages