A simple Leiningen plugin which parses and visualizes your re-frame project.
At the moment supports graphing the subscription hierarchy into the .dot -format.
Supported output formats (either to file or stdout):
Use this for user-level plugins:
Put [lein-medusa "0.1.1"]
into the :plugins
vector of your :user
profile.
Use this for project-level plugins:
Put [lein-medusa "0.1.1"]
into the :plugins
vector of your project.clj.
Example usage (output as a map):
$ lein medusa
Example usage (output using .dot -format):
$ lein medusa --graph --depth 2
Copyright © 2018
Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close