Liking cljdoc? Tell your friends :D

trptcolin.versioneer.core


get-properties-filenameclj

(get-properties-filename group artifact)
source

get-revisionclj

(get-revision group artifact)
(get-revision group artifact default-revision)

Attempts to get the project source control revision from a properties file based on the group and artifact ids (in jars built by Leiningen), or a default revision passed in. Falls back to an empty string when no default is present.

Attempts to get the project source control revision from a properties file
based on the group and artifact ids (in jars built by Leiningen), or a default
revision passed in.  Falls back to an empty string when no default is
present.
sourceraw docstring

get-versionclj

(get-version group artifact)
(get-version group artifact default-version)

Attempts to get the project version from system properties (set when running Leiningen), or a properties file based on the group and artifact ids (in jars built by Leiningen), or a default version passed in. Falls back to an empty string when no default is present.

Attempts to get the project version from system properties (set when running
Leiningen), or a properties file based on the group and artifact ids (in jars
built by Leiningen), or a default version passed in.  Falls back to an empty
string when no default is present.
sourceraw docstring

map-from-property-filepathclj

(map-from-property-filepath file)
source

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

× close