Skip to content

Make a mikado graph from GitHub Issues dependency information

License

Notifications You must be signed in to change notification settings

lronhodl/mikado-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Generate a Mikado Graph from GitHub Issues dependencies

Use the GitHub API to extract GitHub Issues dependencies from a repository and create a Mikado Graph from that data.

Usage

  • Create a GitHub personal access token. This should be made by a member of the organization who can see private repositories.
  • Place the access token in the file $XDG_CONFIG_HOME/github.yml or ~/.github.yml:
token: 1234567890feedfacedeadbeefcafe0987654321

Alternatively, you can specify a command to run to retrieve the token from your password manager

token_cmd: pass github.com/tokens/mikado
  • Install graphviz

Mac OS X:

$ brew install graphviz
  • Bundle, and run the script:
$ bundle install --path vendor/bundler
$ bundle exec script/mikado-graph.rb ...

Usage:

  script/mikado-graph.rb <owner/repository>

Example session:

$ bundle exec script/mikado-graph.rb lronhodl/mikado-graph
# creates `graph.png` and `graph.svg` with clickable links

About

Make a mikado graph from GitHub Issues dependency information

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages