Liking cljdoc? Tell your friends :D

cli-matic.optionals

clj

This namespace contains optional dependencies for CLJ.

CLI-matic is supposed to work whether they are present or not.

  • JSON (Cheshire)
  • YAML (io.forward/yaml)
  • Orchestra

Detection is taken from core.clj in https://github.com/dakrone/clj-http

### This namespace contains optional dependencies for CLJ.

CLI-matic is supposed to work whether they are present or not.

* JSON (Cheshire)
* YAML (io.forward/yaml)
* Orchestra

Detection is taken from `core.clj` in https://github.com/dakrone/clj-http

cljs
### This namespace contains optional dependencies for CLJS.

raw docstring

json-decode-cheshireclj/s≠

(json-decode-cheshire & args)
clj

Resolve and apply Cheshire's json decoding dynamically.

Resolve and apply Cheshire's json decoding dynamically.
cljs
source (clj)source (cljs)raw docstring

orchestra-instrumentclj/s≠

(orchestra-instrument)
clj

If Orchestra is present, runs instrumentation. If absent, do nothing.

While we are at it, we set up Expound to print meaningful errors.

Expound is a mandatory dependency, so we take for granted it's there.

If Orchestra is present, runs instrumentation.
If absent, do nothing.

While we are at it, we set up Expound to
print meaningful errors.

Expound is a mandatory dependency,  so
we take for granted it's there.
cljs
source (clj)source (cljs)raw docstring

with-cheshire?clj

source

with-orchestra?clj

source

with-yaml?clj

source

yaml-decodeclj/s≠

(yaml-decode & args)
clj

Resolve and apply io.forward/yaml's yaml decoding dynamically.

Resolve and apply io.forward/yaml's yaml decoding dynamically.
cljs
source (clj)source (cljs)raw docstring

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

× close