Liking cljdoc? Tell your friends :D

lein-environ.plugin


env-fileclj

(env-file project)

Returns the .lein-env java.io.File in the project root, where the resolved environment is written for environ.core to read.

Returns the `.lein-env` java.io.File in the `project` root, where the resolved
environment is written for environ.core to read.
sourceraw docstring

hooksclj

(hooks)

Leiningen hook entry point, applied automatically when lein-environ is in :plugins. Wraps apply-task so the resolved :env map is written to the project's .lein-env file before each task runs, for environ.core to read.

Leiningen hook entry point, applied automatically when lein-environ is in
`:plugins`. Wraps `apply-task` so the resolved `:env` map is written to the
project's `.lein-env` file before each task runs, for environ.core to read.
sourceraw docstring

read-envclj

(read-env project)

Returns the :env map from the Leiningen project, resolving any :project/foo keyword values to the corresponding :foo key in the project map.

Returns the `:env` map from the Leiningen `project`, resolving any
`:project/foo` keyword values to the corresponding `:foo` key in the project
map.
sourceraw docstring

cljdoc builds & hosts documentation for Clojure/Script libraries

Keyboard shortcuts
Ctrl+kJump to recent docs
Move to previous article
Move to next article
Ctrl+/Jump to the search field
× close