Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 215 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 215 Bytes

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