Liking cljdoc? Tell your friends :D

com.gfredericks.config


find-config-fileclj

(find-config-file)
(find-config-file path)

Find a configuration file in the current directory or in the first parent directory to contain one. Valid configuration file names are:

  • .how-to-ns.edn
  • .how-to-ns.clj
  • how-to-ns.edn
  • how-to-ns.clj
Find a configuration file in the current directory or in the first parent
directory to contain one. Valid configuration file names are:
- `.how-to-ns.edn`
- `.how-to-ns.clj`
- `how-to-ns.edn`
- `how-to-ns.clj`
raw docstring

load-configclj

(load-config)
(load-config path)

Load a configuration merged with a map of sensible defaults. May take an path to a config file, or to a directory to search. If no argument is supplied, it uses the current directory. See: find-config-file.

Load a configuration merged with a map of sensible defaults. May take
an path to a config file, or to a directory to search. If no argument
is supplied, it uses the current directory. See: [[find-config-file]].
raw docstring

read-configclj

(read-config file)

Read a Clojure or edn configuration file.

Read a Clojure or edn configuration file.
raw docstring

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

× close