Socket
Socket
Sign inDemoInstall

ghstats

Package Overview
Dependencies
17
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ghstats

Command line tool to find interesting stats about a given Github repository


Version published
Weekly downloads
1
Maintainers
1
Install size
1.62 MB
Created
Weekly downloads
 

Readme

Source

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 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

Keywords

FAQs

Last updated on 17 Nov 2012

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc