Liking cljdoc? Tell your friends :D
Clojure only.

hf.depstar.api

An API that exposes functions that are compatible with, and intended to be a drop-in replacement for, functions in tools.build.

An API that exposes functions that are compatible with,
and intended to be a drop-in replacement for, functions
in `tools.build`.
raw docstring

jarclj

(jar {:keys [class-dir jar-file main aliases mvn/local-repo repro] :as options})

Given :class-dir, :jar-file, and optionally :main, build a (thin) JAR file from the contents of the specified directory, with the specified main class in the manifest.

Given `:class-dir`, `:jar-file`, and optionally `:main`,
build a (thin) JAR file from the contents of the specified
directory, with the specified main class in the manifest.
sourceraw docstring

uberclj

(uber {:keys [basis class-dir main uber-file aliases mvn/local-repo repro]
       :as options})

Given :class-dir, :uber-file, and optionally :basis and :main, build an uber JAR file from the deps (in the specified basis or the default project basis) and the contents of the specified directory, with the specified main class in the manifest.

Given `:class-dir`, `:uber-file`, and optionally `:basis`
and `:main`, build an uber JAR file from the deps (in the
specified basis or the default project basis) and the
contents of the specified directory, with the specified
main class in the manifest.
sourceraw docstring

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

× close