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: :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)
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |