An open API service indexing awesome lists of open source software.

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

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]
```