Liking cljdoc? Tell your friends :D

auto-build.project.deps


deps-edn-filenameclj

(deps-edn-filename app-dir)
source

readclj

(read printers app-dir)

Returns a map with

  • :filepath
  • :afilepath
  • :raw-content if file can be read.
  • :invalid? is boolean
  • :exception if something wrong happened.
  • :edn if the translation is succesful.
Returns a map with
* `:filepath`
* `:afilepath`
* `:raw-content` if file can be read.
* `:invalid?` is boolean
* `:exception` if something wrong happened.
* `:edn` if the translation is succesful.
sourceraw docstring

write-ednclj

(write-edn printers app-dir content)

Returns

  • :filepath as given as a parameter
  • :afilepath file with absolute path
  • :status is :success or :fail
  • :raw-content
  • :exception (only if :status is :fail)
Returns
* `:filepath` as given as a parameter
* `:afilepath` file with absolute path
* `:status` is `:success` or `:fail`
* `:raw-content`
* `:exception` (only if `:status` is `:fail`)
sourceraw docstring

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

× close