Liking cljdoc? Tell your friends :D

Clojars Project

lein-clj-depend

A Leiningen plugin to run clj-depend.

Installation

Add the plugin to your project.clj:

:plugins [[com.fabiodomingues/lein-clj-depend "0.3.0"]]

Usage

$ lein clj-depend

In case any cyclic dependency is found the analysis will fail with the error message: Circular dependency between "foo" and "bar".

Exit codes

  • 0: no violations were found
  • 1: one or more violations were found
  • 2: error during analysis

Can you improve this documentation? These fine people already did:
Fábio Domingues & Fabio Domingues
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close