Skip to content

kalimatas/githubissues

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

githubissues

Generate HTML for issues from Gitub tracker.

To get access to private repositories you have to generate a personal API access token.

Install

Binary is available for download from releases page.

Or you can compile it yourself:

git clone git@github.com:kalimatas/githubissues.git
cd githubissues
git submodule init
git submodule update
export GOPATH=$(pwd)
go get -u github.com/google/go-querystring/query
go get -u code.google.com/p/goauth2/oauth
go install github.com/kalimatas/githubissues

Usage

Usage of githubissues:
  -access-token="": access token for authenticated access
  -issues="": comma-separated issue numbers list
  -milestone=0: milestone number
  -owner="": repository owner
  -repository="": repository name

About

Generate HTML for issues from GitHub tracker

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages