Skip to content

d11sam/github-stats

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. clone the repo
  2. npm install
  3. node stats.js

Edit stats.js to point at a different repository

Examples

Average hours: 63.92
Average days: 2.66
Average hours: 93.68
Average days: 3.9
Average hours: 20.97
Average days: 0.87

About

Get the average close time for issues on a repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published