Liking cljdoc? Tell your friends :D

leiningen.uberjar

Package up the project files and dependencies into a jar file.

Package up the project files and dependencies into a jar file.
raw docstring

clj-map-mergerclj

Project :uberjar-merge-with for files containing a single map read with clojure.core/read, such as data_readers.clj.

Project `:uberjar-merge-with` for files containing a single map
read with `clojure.core/read`, such as data_readers.clj.
sourceraw docstring

components-mergerclj

Project :uberjar-merge-with merger for components.xml files.

Project `:uberjar-merge-with` merger for components.xml files.
sourceraw docstring

uberjarclj

(uberjar project)
(uberjar project main)

Package up the project files and all dependencies into a jar file.

Includes the contents of each of the dependency jars. Suitable for standalone distribution.

With an argument, the uberjar will be built with an alternate main.

The namespace you choose as main should have :gen-class in its ns form as well as defining a -main function.

Note: The :uberjar profile is implicitly activated for this task, and cannot be deactivated.

Package up the project files and all dependencies into a jar file.

Includes the contents of each of the dependency jars. Suitable for standalone
distribution.

With an argument, the uberjar will be built with an alternate main.

The namespace you choose as main should have :gen-class in its ns form
as well as defining a -main function.

Note: The :uberjar profile is implicitly activated for this task, and cannot
be deactivated.
sourceraw docstring

write-componentsclj

(write-components project jars out)

Given a list of jarfiles, writes contents to a stream

Given a list of jarfiles, writes contents to a stream
sourceraw docstring

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

× close