(-main & args)
Display the artefact name built from the module name + the current version obtained from the SCM environment
Display the artefact name built from the module name + the current version obtained from the SCM environment
(artefact-name)
(artefact-name working-dir & {:keys [scheme separator] :or {scheme *scheme*}})
(module-name)
(module-name working-dir)
Determine the name for the project by analyzing the environment, path until the git root or folder name if just under the root
Determine the name for the project by analyzing the environment, path until the git root or folder name if just under the root
(prefix)
(prefix working-dir)
return the prefix used before the version in tag (not to be confused with the git prefix even if we deduce the tag prefix with the git prefix)
return the prefix used before the version in tag (not to be confused with the git prefix even if we deduce the tag prefix with the git prefix)
(tag version)
(tag working-dir version)
in case of monorepo return the tag as the module name concatenated with the version
in case of monorepo return the tag as the module name concatenated with the version
(version)
(version working-dir & {:keys [scheme separator] :or {scheme *scheme*}})
Determine the version for the project by dynamically interrogating the environment, you can choose the "maven" or "semver" version scheme
Determine the version for the project by dynamically interrogating the environment, you can choose the "maven" or "semver" version scheme
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close