Liking cljdoc? Tell your friends :D
Clojure only.

outpace.config.generate

Namespace for generating a config EDN file. Example usage: lein run -m outpace.config.generate :strict

Namespace for generating a config EDN file.
Example usage:
  lein run -m outpace.config.generate :strict
raw docstring

-mainclj

(-main & flags)

Generates a config EDN file from the defconfig entries on the classpath. Writes to the configuration source if provided, otherwise to 'config.edn'.

The following flags are supported: :strict Errors on config vars with neither a default nor configured value :check Print unbound and unused config vars; Don't write a new config.edn file

Generates a config EDN file from the defconfig entries on the classpath.
Writes to the configuration source if provided, otherwise to 'config.edn'.

The following flags are supported:
  :strict Errors on config vars with neither a default nor configured value
  :check Print unbound and unused config vars; Don't write a new config.edn file
sourceraw docstring

pretty-strclj

(pretty-str val)
source

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

× close