Wedge-compatible :system for clip/aero. Example system_config.edn:
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.(get-config opts)Opts is a map with valid keys: :io.dominic.wedge.aero/tag-ns - a list of symbols to be required prior to reading. Use this to load any namespaces containing Aero tags.
Opts is a map with valid keys: :io.dominic.wedge.aero/tag-ns - a list of symbols to be required prior to reading. Use this to load any namespaces containing Aero tags.
(start config {:keys [key] :or {key :clip/system}})Optional opts: :key - the key in config which contains the clip system. Defaults to :clip/system.
Optional opts:
:key - the key in config which contains the clip system. Defaults to
:clip/system.cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |