heyitsanthony / issue-analyzer

GitHub repo issue analyzer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

issue-analyzer

issue-analyzer helps to analyze GitHub repo issue counts over time.

The idea is inspired by blog Analyzing Julia's issue counts over time. It is helpful for developers to understand current status of issues in projects, so issue-analyzer is written to faciliate this process.

issue-analyzer should be able to display more aspects of a project. Suggestions and PRs are always welcome.

Installation

go get github.com/coreos/issue-analyzer

Usage

run ./issue-analyzer, which generates png files at current directory.

Flags:

  -end-date string
    	end date of the graph, in format 2000-Jan-01 or 2000-Jan
  -owner string
    	the owner in github (default "coreos")
  -repo string
    	the repo of the owner in github (default "etcd")
  -start-date string
    	start date of the graph, in format 2000-Jan-01 or 2000-Jan
  -token string
    	access token for github

Advanced Usage

Use access token

Access token could help issue-analyzer fetch data much faster.

Steps:

  1. generate personal access token with no scope
  2. save the token into file ".oauth2_token"

About

GitHub repo issue analyzer

License:Apache License 2.0


Languages

Language:Go 100.0%