0.0.1 • Published 12 years ago
ghstats v0.0.1
Github Average Ticket Time
Hey guys, wrote a small little script to see how long on average it takes for issues to be closed on a Github repository.
It grabs the last 100 issues(by default), then averages their lifespan by using the creation and close dates.
Setup
clone the repo
npm install
node stats.js apiengine/github-stats
Examples
h5bp/html5-boilerplate
Average hours: 63.92
Average days: 2.66
cdnjs/cdnjs
Average hours: 93.68
Average days: 3.9
twitter/bootstrap
Average hours: 20.97
Average days: 0.87
0.0.1
12 years ago