Lein Namespace Depends banner
hugoduncan hugoduncan

Lein Namespace Depends

Development community

Description

A leiningen plugin to output a project's namespace use/require graph

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

namespace-depends

A [Leiningen](http://github.com/technomancy/leiningen) plugin to output the namespace use/require dependency tree.

Usage

lein namespace-graph [pprint|graphviz-dot]

The default output is pprint, but this can be overriden in the `project.clj`, using the `:graph-format` key.

:graph-format :graphviz-dot

Installation

Include `lein-namespace-dependency` in your `project.clj`'s `:dev-dependencies`.

:dev-dependencies [[lein-namespace-depends "0.1.0-SNAPSHOT"]]

License

Copyright (C) 2010 Hugo Duncan.

Distributed under the Eclipse Public License.