Liking cljdoc? Tell your friends :D

duct-viz

Clojars Project

A Leiningen plugin to present a dependency diagram of Duct framework based app, using Graphviz.

Usage

Put [duct-viz "0.1.2"] into the :plugins vector of your project.clj.

$ lein duct-viz -h
Usage: lein duct-viz [options]
    
Options:
  -c, --config-file CONFIG_FILE  config.edn  Duct config file.
  -d, --dev                                  Use :dev profile.
  -o, --output-file OUTPUT_FILE  system.png  Output file path, png image.
  -v, --vertical                             Use vertical layout.
  -h, --help                                 Help.

Here's an example of a project using lein new duct foo +api +ataraxy +example +sqlite template:

system

License

Copyright © 2017 Quan

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Can you improve this documentation? These fine people already did:
Quan Nguyen & Quan
Edit on GitHub

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

× close