Liking cljdoc? Tell your friends :D

yetibot-github.commands.poms


deps-as-tree-nodesclj

(deps-as-tree-nodes pom)
source

deps-for-repoclj

(deps-for-repo {[_ repo branch] :match})

poms deps <repo> # show pom versions along with its dependencies in <repo> poms deps <repo> <branch> # show pom versions along with its dependencies in <repo> for <branch>

poms deps <repo> # show pom versions along with its dependencies in <repo>
poms deps <repo> <branch> # show pom versions along with its dependencies in <repo> for <branch>
sourceraw docstring

extract-from-pomclj

(extract-from-pom repo extractor & [opts])

Looks up poms for a given repo, and passes it to an extractor fn

Looks up poms for a given repo, and passes it to an extractor fn
sourceraw docstring

extract-versionclj

(extract-version poms)

A pom can either have its own version or it can specify a parent pom. Look for the version first, and if it's blank look for the parent

A pom can either have its own version or it can specify a parent pom. Look for the
version first, and if it's blank look for the parent
sourceraw docstring

extract-version-and-depsclj

(extract-version-and-deps poms)
source

format-tree-dataclj

(format-tree-data tree)
(format-tree-data tree lvl)
source

formatted-treeclj

(formatted-tree repo fn & [opts])
source

indent-nclj

(indent-n n)
source

parse-pomclj

(parse-pom pom)

Returns xml-zip'd pom

Returns xml-zip'd pom
sourceraw docstring

pom-dep-nodeclj

(pom-dep-node pom node)
source

poms-by-pathclj

(poms-by-path repo & [opts])

Return a map of path keys and xml-zip'd content values for all found poms in a given repo

Return a map of path keys and xml-zip'd content values for all found poms in a given repo
sourceraw docstring

poms-for-repoclj

(poms-for-repo {[_ repo branch] :match})

poms <repo> # extract versions from poms in <repo> poms <repo> <branch> # extract versions from poms in <repo> for <branch>

poms <repo> # extract versions from poms in <repo>
poms <repo> <branch> # extract versions from poms in <repo> for <branch>
sourceraw docstring

sort-pom-listclj

(sort-pom-list poms)

Sort a map of poms by how many slashes appear in its key

Sort a map of poms by how many slashes appear in its key
sourceraw docstring

tree-artclj

source

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

× close