@hackage flo0.1.1

Generate flow charts from your code base.

See Development.Flo for syntax and examples. Example commandline usage: find . | grep '.js$' | xargs flo '-js=/// ' | dot -Tpng > flow.png