Liking cljdoc? Tell your friends :D

automaton-core.configuration.files

Namespace for simple configuration based on local file. Just like in core configuration, we are not using log nor outside dependencies to comply with the configuration requirements.

Namespace for simple configuration based on local file.
Just like in core configuration, we are not using log nor outside dependencies to comply with the configuration requirements.
raw docstring

config-fileclj/s


make-files-confclj/s

(make-files-conf)

merge-configsclj/s

(merge-configs & m)

property->config-filesclj

(property->config-files property-name)

read-configclj/s

(read-config)

Reads configuration, currently it's based on config.edn file. On js part, if nodejs is not available to get the configuration from file. If used with js, config-js-reference variable is expected to be set publicly.

Reads configuration, currently it's based on config.edn file. On js part, if nodejs is not available to get the configuration from file. If used with js, config-js-reference variable is expected to be set publicly.
raw docstring

read-config-fileclj/s

(read-config-file f)

Reads config file, on purpose fn defined here to keep dependencies as small as possible.

Reads config file, on purpose fn defined here to keep dependencies as small as possible.
raw docstring

slurp-fileclj/s

(slurp-file f)

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

× close