Liking cljdoc? Tell your friends :D

monkey.ci.plugin.clj


all-regexclj

source

as-fileclj

(as-file ctx f)
source

clj-depsclj

(clj-deps {:keys [clj-img] :or {clj-img default-deps-img}} cmd)
source

default-deps-imgclj

source

deps-libraryclj

(deps-library & [{:keys [name clj-img tag-regex] :or {name "build"} :as conf}])

Creates a pipeline that tests and deploys a clojure library using deps.edn.

Creates a pipeline that tests and deploys a clojure library using deps.edn.
sourceraw docstring

deps-publishclj

(deps-publish
  {:keys [publish-alias] :or {publish-alias ":jar:publish"} :as conf})
source

deps-testclj

(deps-test {:keys [test-alias clj-img]
            :or {test-alias ":test:junit" clj-img default-deps-img}
            :as conf})
source

lein-libraryclj

(lein-library & [conf])

Creates a pipeline that tests and deploys a clojure library using leiningen.

Creates a pipeline that tests and deploys a clojure library using leiningen.
sourceraw docstring

main-branchclj

(main-branch _)
source

main-branch?clj

(main-branch? ctx)
source

read-pom-versionclj

(read-pom-version {:keys [pom-file] :or {pom-file "pom.xml"}} ctx)

Given the step context, reads the pom.xml file from the configured location and returns the version tag value.

Given the step context, reads the `pom.xml` file from the configured location
and returns the version tag value.
sourceraw docstring

should-publish?clj

(should-publish? conf ctx)
source

version-regexclj

source

version-tag?clj

(version-tag? {:keys [tag-regex] :or {tag-regex all-regex}} ctx)
source

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

× close