@hackage flo0.1.1
Generate flow charts from your code base.
Categories
License
BSD-3-Clause
Maintainer
chrisdone@gmail.com
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (6)
- base >4 && <5
- bytestring >=0.9
- parsec >=3.0
- text >=0.11
- mtl-compat
- regex-compat >=0.92 Show all…
Dependents (1)
@hackage/acme-everything
See Development.Flo
for syntax and examples. Example commandline usage:
find . | grep '.js$' | xargs flo '-js=/// ' | dot -Tpng > flow.png