Skip to content

Generating stats for end-of-year retrospectives.

License

Notifications You must be signed in to change notification settings

coachinabox/end-of-year-stats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

End-of-Year Stats

Generating stats for end-of-year retrospectives.

Setup

This script uses environment variables to configure your authentication. Create .env in this directory with the following values:

export GITHUB_TOKEN='token'

You can generate a new GitHub API token on in your Personal access tokens page. The token only needs "repo" access (to read private repository data).

Usage

Generate end-of-year statistics for the given year with:

YEAR=2015 ORG=dribbble bundle exec rake github:year

Sample output:

Generating end-of-year statistics for dribbble in 2014.
Repo: example.com/example
  - PRs: 508
  - Comments: 9710
  - Commits: 1543
Repo: example.com/secret-project
  - PRs: 30
  - Comments: 232
  - Commits: 131
TOTAL:
  - PRs: 538
  - Comments: 9942
  - Commits: 1674

About

Generating stats for end-of-year retrospectives.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%