/graphviz-with-coffee

write graphviz dot file with coffeescript syntax

Primary LanguageCoffeeScript

graphviz with coffee

write graphviz dot file with coffeescript syntax

examples

example

how to get this

coffee example.coffee > example.dot
dot -Tpng example.dot -o example.png