issue-analyzer helps to analyze GitHub repo issue counts over time.
The idea is inspired by blog [Analyzing Julia's issue counts over time][http://iaindunning.com/blog/juliaissuecount.html]. 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.
go get github.com/yichengq/issue-analyzer
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
Access token could help issue-analyzer fetch data much faster.
Steps:
- generate personal access token with no scope
- save the token into file ".oauth2_token"