Liking cljdoc? Tell your friends :D

init.config


add-componentclj

(add-component config component & {:keys [replace?]})

Adds a component to the configuration.

Adds a component to the configuration.
sourceraw docstring

merge-configsclj

(merge-configs & configs)

Merges configs.

Merges `configs`.
sourceraw docstring

resolve-configclj

(resolve-config config)

Returns a map with the keys of config and the result of applying resolve-deps to every component value.

Returns a map with the keys of `config` and the result of applying
[[resolve-deps]] to every component value.
sourceraw docstring

resolve-depsclj

(resolve-deps config component)

Resolves dependencies of component in config. Returns a sequence of sequences: For every dependency, a sequence of matching keys.

Resolves dependencies of `component` in `config`.  Returns a sequence of
sequences: For every dependency, a sequence of matching keys.
sourceraw docstring

selectclj

(select config selector)

Returns a sequence of map entries from config with all components providing selector.

Returns a sequence of map entries from `config` with all components
providing `selector`.
sourceraw docstring

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

× close