Liking cljdoc? Tell your friends :D

ivarref.pom-patch


->numberclj

(->number s)
source

clojars-repo-only!clj

(clojars-repo-only! {:keys [input-file output-file]
                     :or {input-file "pom.xml" output-file "pom.xml"}})
source

commit-countclj

(commit-count)
source

editorclj

(editor new-patch node)
source

file->current-versionclj

(file->current-version input-file)
source

get-kvclj

(get-kv inp what)
source

get-quote-valueclj

(get-quote-value line k)
source

get-versionclj

(get-version {:keys [input-file] :or {input-file "pom.xml"} :as opts})
source

git-shaclj

(git-sha)
source

match-repository?clj

(match-repository? loc)
source

match-scm-tag?clj

(match-scm-tag? loc)
source

match-version?clj

(match-version? loc)
source

replace-quote-valueclj

(replace-quote-value line k new-val)
source

set-patch-version!clj

(set-patch-version!
  {:keys [input-file output-file patch version-prefix]
   :or {input-file "pom.xml" output-file "pom.xml" version-prefix "v"}
   :as opts})
source

set-versionclj

(set-version v node)
source

set-version!clj

(set-version!
  {:keys [input-file output-file version-prefix version]
   :or {input-file "pom.xml" output-file "pom.xml" version-prefix "v"}})
source

simplify-nodeclj

(simplify-node n)
source

tree-editclj

(tree-edit zipper matcher)

Take a zipper, a function that matches a pattern in the tree, and a function that edits the current location in the tree. Examine the tree nodes in depth-first order, determine whether the matcher matches, and if so apply the editor.

Take a zipper, a function that matches a pattern in the tree,
and a function that edits the current location in the tree.  Examine the tree
nodes in depth-first order, determine whether the matcher matches, and if so
apply the editor.
sourceraw docstring

tree-editorclj

(tree-editor zipper matcher editor)

Take a zipper, a function that matches a pattern in the tree, and a function that edits the current location in the tree. Examine the tree nodes in depth-first order, determine whether the matcher matches, and if so apply the editor.

Take a zipper, a function that matches a pattern in the tree,
and a function that edits the current location in the tree.  Examine the tree
nodes in depth-first order, determine whether the matcher matches, and if so
apply the editor.
sourceraw docstring

update-readme!clj

(update-readme! {:keys [git-cmd input-md out-file dry?]
                 :or {git-cmd "git" out-file "README.md" dry? false}})
source

update-tag!clj

(update-tag! version-prefix input-str)
source

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

× close