Liking cljdoc? Tell your friends :D

changelog.main


*exit-process?*clj

Bind to false to suppress process termination.

Bind to false to suppress process termination.
raw docstring

*info*clj


-mainclj

(-main task version)

changelog-filenameclj


exitclj

(exit)
(exit exit-code & msg)

Exit the process. Rebind exit-process? in order to suppress actual process exits for tools which may want to continue operating. Never call System/exit directly in Leiningen's own process.

Exit the process. Rebind *exit-process?* in order to suppress actual process
exits for tools which may want to continue operating. Never call
System/exit directly in Leiningen's own process.
raw docstring

extract-owner+repoclj

(extract-owner+repo git-remote-url)

generate-changelog-strclj

(generate-changelog-str template-str owner+repo last-version last-version-date)

get-latest-tagclj

(get-latest-tag)

get-owner+repoclj

(get-owner+repo)

get-tag-dateclj

(get-tag-date tag)

get-today-dateclj

(get-today-date)

git-repo-regexclj


infoclj

(info & args)

Print if info (from LEIN_SILENT environment variable) is truthy.

Print if *info* (from LEIN_SILENT environment variable) is truthy.
raw docstring

initclj

(init {:keys [version]})

parse-changelogclj

(parse-changelog changelog-str)

process-lineclj

(process-line acc line)

prompt-overwriteclj

(prompt-overwrite)

releaseclj

(release {:keys [version]})

release-implclj

(release-impl next-version today-date changelog-str)

render-changelogclj

(render-changelog changelog-data next-version today-date)

runclj

(run {:keys [task version] :or {task "init" version "0.0.0"}})

tokenize-lineclj

(tokenize-line line)

unreleased-line-patternclj



warnclj

(warn & args)

Print to stderr if info is truthy.

Print to stderr if *info* is truthy.
raw docstring

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

× close