issue-analyzer

command module
v0.0.0-...-6265eff Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 4, 2018 License: Apache-2.0 Imports: 19 Imported by: 0

README

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"

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL