Liking cljdoc? Tell your friends :D

garamond.pom


create-scm-tag-if-missingclj

(create-scm-tag-if-missing pom-zip)
source

empty-scm-tagclj

(empty-scm-tag)
source

generate!clj

(generate! version options)

Use tools.deps to create or update a pom.xml, and then post-process it to plug in some values.

Use tools.deps to create or update a pom.xml, and then post-process it to plug in some values.
sourceraw docstring

replace-pathsclj

(replace-paths pom-zip path-map)
source

to-maven-schemeclj

(to-maven-scheme git-url)
source

update-pom!clj

(update-pom! version {:keys [artifact-id group-id scm-url] :as options})

Open the pom.xml file in the current directory, replace its values from the data found in git and in the command-line arguments, and write it back to pom.xml. Like clojure -Spom, this operation should leave any existing data intact.

Open the pom.xml file in the current directory, replace its values from the data found in
git and in the command-line arguments, and write it back to pom.xml. Like `clojure -Spom`,
this operation should leave any existing data intact.
sourceraw docstring

zip-topclj

(zip-top loc)

Go up to the top of a zipper, like (zip/root) without the (zip/node) part

Go up to the top of a zipper, like (zip/root) without the (zip/node) part
sourceraw docstring

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

× close