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
sourceraw docstring

remove-dependencycljmultimethod

Removes the dependency from the given configuration file

Removes the dependency from the given configuration file
sourceraw docstring

update-dependencycljmultimethod

Updates a dependency in a Clojure project

Updates a dependency in a Clojure project
sourceraw docstring

write-dependencycljmultimethod

Writes the dependency to the given configuration file

Writes the dependency to the given configuration file
sourceraw docstring

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

× close