0.0.17 • Published 5 years ago

@mike-north/github-report v0.0.17

Weekly downloads
-
License
BSD-2-Clause
Repository
-
Last release
5 years ago

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

0.0.17

5 years ago

0.0.16

5 years ago

0.0.15

5 years ago

0.0.14

5 years ago

0.0.12

5 years ago

0.0.11

5 years ago

0.0.10

5 years ago

0.0.9

5 years ago

0.0.8

5 years ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago