Dothtml

Graphviz is a great visualization tool for coding digraphs.

d3 is a great tool for dynamic html presentations.

This tool:

  • converts graphviz dot files into html.
  • provides sample guard file
  • Rake tasks
  • hacks class attributes to embed into html file
  • embeds style into html file

TODO:

  • add radio button for class association
  • embed external svg images into html file

Installation

Add this line to your application's Gemfile:

gem 'dothtml'

And then execute:

$ bundle

Or install it yourself as:

$ gem install dothtml

Usage

TODO: Write usage instructions here

Similar Projects

Contributing

  1. Fork it ( https://github.com/[my-github-username]/dothtml/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request