@mike-north/github-report

0.0.17 • Public • Published

github-report

Generates CSVs for contribution data for one or more github users over a period of time

Usage

npx @mike-north/github-report \
  --start 06-01-2019 \
  --end 07-01-2019 \
  --login mike-north,stefanpenner
  --token <GITHUB_TOKEN>

Options

Options:
  --help       Show help                                               [boolean]
  --version    Show version number                                     [boolean]
  --start, -s  Start date                             [default: <one month ago>]
  --end, -e    End date                                       [default: <today>]
  --login, -l  GitHub usernames, comma separated
  --out, -o    output path                                      [default: "out"]
  --combine    combine data into a single set of CSV output files
  --token, -t  GitHub personal access token               [default: "$GH_TOKEN"]

Legal

© 2019 LinkedIn

Readme

Keywords

none

Package Sidebar

Install

npm i @mike-north/github-report

Weekly Downloads

0

Version

0.0.17

License

BSD-2-Clause

Unpacked Size

55 kB

Total Files

15

Last publish

Collaborators

  • suchitadoshi1987
  • mike-north-bot
  • northm