Liking cljdoc? Tell your friends :D

garamond.pom


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.
raw docstring

replace-tagclj

(replace-tag pom-zip tag-path contents)

Given an xml-zip result, the path to a tag, and the new contents of a node, return the xml with the contents of the tag replaced by the given result.

Given an xml-zip result, the path to a tag, and the new contents of a node, return the xml with the
contents of the tag replaced by the given result.
raw docstring

simple-tagclj

(simple-tag node new-val)

tag-matches?clj

(tag-matches? loc [parent-tag child-tag])

update-pom!clj

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

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

× close