codegraph

Generates a dot file based on Clojure/ClojureScript code.

EPL-1.0 License

Stars
5

codegraph

Generates a dot file based on Clojure/ClojureScript code.

Installation

git clone https://gitlab.com/200ok/codegraph.git

Usage

If you want to see the dot code...

$ lein run <path-to-clj-file>

Or pipe directly into dot to get an SVG.

$ lein run <path-to-clj-file> | dot -Tsvg > codegraph.svg

Options

None.

Examples

Spoiler: Running codegraph on itself will give you this...

Bugs

(or :bugfree :plenty)

License

Copyright © 2016 [email protected]

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.