Liking cljdoc? Tell your friends :D

io.dominic.wedge.clip-aero

Wedge-compatible :system for clip/aero. Example system_config.edn:

  • {:system io.dominic.wedge.clip-aero}
  • {:system io.dominic.wedge.clip-aero :key :clip/system}

Uses aero to read config.edn, and gets the system from it.

Requires aero and clip to be on the classpath.

See system-config for supported options.

Wedge-compatible :system for clip/aero.  Example system_config.edn:
  * {:system io.dominic.wedge.clip-aero}
  * {:system io.dominic.wedge.clip-aero
     :key :clip/system}

Uses aero to read `config.edn`, and gets the system from it.

Requires `aero` and `clip` to be on the classpath.

See [[system-config]] for supported options.
raw docstring

load-devclj

(load-dev)
source

startclj

(start system-conf)
source

stopclj

(stop system)
source

system-configclj

(system-config {:keys [key] :or {key :clip/system} :as opts})

Opts is a map with valid keys: :key - the key in config which contains the clip system.

Opts is a map with valid keys:
:key - the key in config which contains the clip system.
sourceraw docstring

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

× close