(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.
(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.
(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.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |