hilverd / lein-ns-dep-graph

Show namespace dependencies of Clojure project sources as a graph.
69 stars 14 forks source link

Added support for custom graph names and graphs will not be overwritten. #4

Closed ssunday closed 8 years ago

ssunday commented 8 years ago

User can supply custom name for graph using the -name option. Graphs will not be overwritten if they already exist, another will be made with an integer following it.

Just a few minor adjustments to the code. Nothing that fancy.

hilverd commented 8 years ago

Thanks!