Liking cljdoc? Tell your friends :D
Clojure only.

leiningen.hiera


hieraclj

(hiera project & args)

Generate a dependency graph of the namespaces in the project. The options can be provided by a map under :hiera in the project definition, or as keyword option pairs on the command-line.

Example:

lein hiera :cluster-depth 2 :layout :horizontal
Generate a dependency graph of the namespaces in the project. The options
can be provided by a map under `:hiera` in the project definition, or as
keyword option pairs on the command-line.

Example:

    lein hiera :cluster-depth 2 :layout :horizontal
sourceraw docstring

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

× close