Liking cljdoc? Tell your friends :D

depo.readwrite


get-configclj

(get-config)

Looks in the current directory for the following files

  • deps.edn
  • project.clj
  • shadow-cljs.edn
  • bb.edn

Returns the a string matching the first file that it finds.

Returns nil otherwise

Looks in the current directory for the following files
- deps.edn
- project.clj
- shadow-cljs.edn
- bb.edn

Returns the a string matching the first file that it finds.

Returns nil otherwise
raw docstring

write-dependencycljmultimethod

Writes the dependency to the given configuration file

Writes the dependency to the given configuration file
raw docstring

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

× close