deppy

Generates a graph of the dependency hierarchy of a set of clojure/clojurescript files. This uses the clojure.tools.namespace library for namespace parsing and Sankey google chart for graph generation using.

Leiningen/Boot

[deppy "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

deppy/deppy {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("deppy:deppy:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>deppy</groupId>
  <artifactId>deppy</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>