(config & keys)
Returns value (or nil) from project config nested map, using chain of keys
Returns value (or nil) from project config nested map, using chain of `keys`
(run & args)
Main function. Configs used overriding each other:
config.dev.edn
, config.test.edn
or config.prod.edn
resource of project depending of current Leiningen profilejava.io.File
files or java.newt.URL
resources provided as argumentsMain function. Configs used overriding each other: - default config of Cloregram framework - config from `config.dev.edn`, `config.test.edn` or `config.prod.edn` resource of project depending of current Leiningen profile - EDN-serialised configs from `java.io.File` files or `java.newt.URL` resources provided as arguments
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close