Liking cljdoc? Tell your friends :D
Clojure only.

cloregram.core


configclj

(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`
sourceraw docstring

runclj

(run & args)

Main 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
Main 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
sourceraw docstring

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

× close