forked from hiredman/clojure-dependency-grapher
-
Notifications
You must be signed in to change notification settings - Fork 0
script reads the ns forms from clojure files in a directory and writes out a graph of dependences
License
kurtharriger/clojure-dependency-grapher
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
trawls a directory of .clj files for namespace forms, and outputs a graph of the information from those forms. the graph is in the graphviz dot language, so you can run dot on it to get a nice svg out. Installation: lein plugin install org.clojars.kurtharriger/lein-depgraph 0.1.0 Usage: lein depgraph open <projectname>.svg Dependencies: graphviz dot must be on your path to convert the .dot file to .svg file. For OS X users, graphviz can be installed with homebrew brew install graphviz
About
script reads the ns forms from clojure files in a directory and writes out a graph of dependences
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Clojure 100.0%