Liking cljdoc? Tell your friends :D
Clojure only.

slim.app


buildclj

(build {:keys [main-ns target-dir uber-file src-dirs class-dir]
        :or {target-dir TARGET-DIR src-dirs ["src" "resources"]}
        :as params})

Build an uberjar.

:main-ns - main namespace to compile (required) :target-dir - target directory (optional, default: target) :uber-file - uberjar file (optional, default: target/standalone.jar) :src-dirs - source directories (optional, default: ["src" "resources"]) :class-dir - class directory (optional, default: target/classes)

Build an uberjar.

:main-ns - main namespace to compile (required)
:target-dir - target directory (optional, default: target)
:uber-file - uberjar file (optional, default: target/standalone.jar)
:src-dirs - source directories (optional, default: ["src" "resources"])
:class-dir - class directory (optional, default: target/classes)
sourceraw docstring

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

× close