/mikado-graph

Make a mikado graph from GitHub Issues dependency information

Primary LanguageRubyMIT LicenseMIT

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

token: 1234567890feedfacedeadbeefcafe0987654321
  • 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