A Leiningen plugin to run clj-depend.
Add the plugin to your project.clj
:
:plugins [[com.fabiodomingues/lein-clj-depend "0.3.0"]]
$ lein clj-depend
In case any cyclic dependency is found the analysis will fail with the error message: Circular dependency between "foo" and "bar"
.
Can you improve this documentation? These fine people already did:
Fábio Domingues & Fabio DominguesEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close