Liking cljdoc? Tell your friends :D

io.dominic.wedge.integrant

Wedge-compatible :system for integrant. Example system_config.edn:

  • {:system io.dominic.wedge.integrant}
  • {:system io.dominic.wedge.integrant :key :integrant/system}

Requires integrant to be on the classpath, and for dev also requires integrant/repl.

Runs ig/prep and ig/load-namespaces as part of the start process.

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

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

Requires `integrant` to be on the classpath, and for dev also requires
`integrant/repl`.

Runs `ig/prep` and `ig/load-namespaces` as part of the start process.

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

keyclj

source

load-devclj

(load-dev)
source

load-systemclj

(load-system system _opts)
source

startclj

(start system-config opts)

Optional opts: :keys - keys to start.

Optional opts:
:keys - keys to start.
sourceraw docstring

stopclj

(stop system)
source

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

× close