Skip to content

yichengq/issue-analyzer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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][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.

Installation

go get github.com/yichengq/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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages