https://github.com/protocol/github-org-metrics
Tools for generating metrics based on GitHub Organization Activity
https://github.com/protocol/github-org-metrics
Last synced: 10 months ago
JSON representation
Tools for generating metrics based on GitHub Organization Activity
- Host: GitHub
- URL: https://github.com/protocol/github-org-metrics
- Owner: protocol
- Created: 2019-01-16T02:43:31.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-13T19:41:39.000Z (over 6 years ago)
- Last Synced: 2025-04-13T09:12:41.093Z (10 months ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 10
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Note: this is still under heavy active development and breaking changes may land without notice.
The easiest way to use it is through `npx`.
```
$ npx github-org-metrics --help
```
```
$ npx github-org-metrics
npx: installed 85 in 5.013s
github-org-metrics [command]
Commands:
github-org-metrics ls [org] list all repos in org
github-org-metrics pull [org] export org data
github-org-metrics export [input] export data as line separate JSON
github-org-metrics status [org] get status information on org
migrations
github-org-metrics metrics [inputDir] output csv files for org metrics
Options:
--help Show help [boolean]
--version Show version number [boolean]
--verbose, -v Verbose output mode [default: false]
```