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.
(build params)
Builds an uberjar.
Parameters:
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)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close