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.
(make-files-conf)
(merge-configs & m)
(property->config-files property-name)
(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.
(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.
(slurp-file f)
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close