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

io.dominic.wedge.dev

Functions commonly used from a dev namespace. Recommended usage is like:

(ns dev
  (:require [io.dominic.wedge.dev :refer :all]))
Functions commonly used from a `dev` namespace.  Recommended usage is like:
```
(ns dev
  (:require [io.dominic.wedge.dev :refer :all]))
```
raw docstring

io.dominic.wedge.integrant-aero

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

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

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

Requires aero and 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.

Adds #ig/ref and #ig/refset to Aero, which correspond to ig/ref and ig/refset respectively.

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

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

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

Requires `aero` and `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.

Adds #ig/ref and #ig/refset to Aero, which correspond to ig/ref and ig/refset
respectively.

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

io.dominic.wedge.main

Main entrypoint for use in release environments. If the SLF4J bridge is on the classpath, it will be activated automatically.

Main entrypoint for use in release environments.  If the SLF4J bridge is on
the classpath, it will be activated automatically.
raw docstring

io.dominic.wedge.system

Functions to operate on Wedge's system infrastructure.

Functions to operate on Wedge's system infrastructure.
raw docstring

io.dominic.wedge.user

Functions commonly used from a user namespace. Recommended usage is like:

(ns user
  (:require [io.dominic.wedge.user :refer :all]))
Functions commonly used from a `user` namespace.  Recommended usage is like:
```
(ns user
  (:require [io.dominic.wedge.user :refer :all]))
```
raw docstring

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

× close