Liking cljdoc? Tell your friends :D
Clojure only.

io.dominic.wedge.aero

Wedge-compatible :config for aero. Example system_config.edn:

  • {:config io.dominic.wedge.aero}

Uses aero to read config.edn, and uses clojure.core/get to get references from it.

Requires aero to be on the classpath.

If integrant is on the classpath, #ig/ref and #ig/refset are added as extensions to aero which call their respective integrant functions.

See read for supported options.

Wedge-compatible :config for aero.  Example system_config.edn:
  * `{:config io.dominic.wedge.aero}`

Uses aero to read `config.edn`, and uses clojure.core/get to get references
from it.

Requires `aero` to be on the classpath.

If integrant is on the classpath, `#ig/ref` and `#ig/refset` are added as
extensions to aero which call their respective integrant functions.

See [[read]] for supported options.
raw docstring

getclj

source

readclj

(read {:io.dominic.wedge.aero/keys [tag-ns] :as opts})

opts will be passed to aero. Optional opts: ::tag-ns - a list of symbols to be required prior to reading. Use this to load any namespaces containing Aero tags.

opts will be passed to aero.
Optional opts:
  ::tag-ns - a list of symbols to be required prior to reading.  Use this to load any namespaces containing Aero tags.
sourceraw docstring

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

× close