Liking cljdoc? Tell your friends :D
Clojure only.

slim.app

A namespace for building uberjars with minimal configuration. Provides a simple API for creating standalone JARs from Clojure projects.

A namespace for building uberjars with minimal configuration.
Provides a simple API for creating standalone JARs from Clojure projects.
raw docstring

basisclj

source

buildclj

(build params)

Builds an uberjar.

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

Builds an uberjar.

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

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

× close