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`.
(load-dev)
Load dev functions into *ns*
Load dev functions into `*ns*`
(load-system system opts)
Load namespaces needed by system
Load namespaces needed by system
(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.
(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.
(start system-desc opts)
Take system-desc and start it, returning a started system.
Take system-desc and start it, returning a started system.
(stop system)
Take started system from start
and stop it.
Take started system from [[start]] and stop it.
(system-desc config opts)
Call get-config
with the k preferred by the system.
Call [[get-config]] with the k preferred by the system.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close