Liking cljdoc? Tell your friends :D

io.dominic.wedge.system

Functions to operate on Wedge's system infrastructure.

By default, your system is read from a key that's specified by the system. e.g. integrant reads from :ig/system. You may override this by specifying a :key in your opts.

Functions to operate on Wedge's system infrastructure.

By default, your system is read from a key that's specified by the system.
e.g. integrant reads from :ig/system.  You may override this by specifying a
`:key` in your `opts`.
raw docstring

get-configclj

(get-config config k _opts)
source

load-devclj

(load-dev)

Load dev functions into *ns*

Load dev functions into `*ns*`
sourceraw docstring

load-systemclj

(load-system system opts)

Load namespaces needed by system

Load namespaces needed by system
sourceraw docstring

read-configclj

(read-config opts)

Return a config, used to influence other functionality such as systems or ClojureScript builds.

Return a config, used to influence other functionality such as systems
or ClojureScript builds.
sourceraw docstring

read-system-configclj

(read-system-config)

Read system-config.edn, or fallback onto a default system config.

Read system-config.edn, or fallback onto a default system config.
sourceraw docstring

startclj

(start system-desc opts)

Take system-desc and start it, returning a started system.

Take system-desc and start it, returning a started system.
sourceraw docstring

stopclj

(stop system)

Take started system from start and stop it.

Take started system from [[start]] and stop it.
sourceraw docstring

system-descclj

(system-desc config opts)

Call get-config with the k preferred by the system.

Call [[get-config]] with the k preferred by the system.
sourceraw docstring

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

× close