Liking cljdoc? Tell your friends :D

io.dominic.wedge.system

Functions to operate on Wedge's system infrastructure.

Functions to operate on Wedge's system infrastructure.
raw docstring

get-configclj

(get-config opts)

Return a config, used to influence the start of the system.

Return a config, used to influence the start of the system.
sourceraw docstring

load-devclj

(load-dev)

Load dev functions into *ns*

Load dev functions into `*ns*`
sourceraw docstring

load-systemclj

(load-system config opts)

Load namespaces needed by system

Load namespaces needed by system
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 config opts)

Take config, and start a system (possibly) using that config.

Take config, and start a system (possibly) using that config.
sourceraw docstring

stopclj

(stop system)

Take started system from start and stop it.

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

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

× close