3.0.3 • Published 3 months ago

promotime v3.0.3

Weekly downloads
6
License
MIT
Repository
github
Last release
3 months ago

P-R-O-M-O-T-I-M-E

A tool for gathering GitHub stats!

npm version codecov Known Vulnerabilities semantic-release XO code style

Installation

$ npm install -g promotime

Usage

# Get your aggregate stats for the last year
$ promotime JustinBeckwith --start 2018-03-01 --end 2019-03-01

Sample Output

SELECT * FROM `githubarchive.month.*` WHERE actor.login='JustinBeckwith' AND created_at > '2018-03-01' AND created_at < '2019-03-01'
{ pullRequestsCreated: 2389,
  pullRequestCommentsMade: 1026,
  issuesClosed: 2833 }

Authentication

For now, this uses the Google Cloud SDK for authentication. I know, that's less than ideal. If anyone wants, I can add the code to do OAuth2 based auth.

  • Make sure you have the Cloud SDK installed.
  • $ gcloud auth login
  • $ gcloud auth application-default login

License

MIT

3.0.3

3 months ago

3.0.2

5 months ago

3.0.1

7 months ago

3.0.0

10 months ago

2.0.4

1 year ago

2.0.3

2 years ago

2.0.2

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.0.1

3 years ago

1.0.0

5 years ago