Liking cljdoc? Tell your friends :D

cider.enrich-classpath.plugin-v2


build-init-formclj

(build-init-form {{:keys [init init-ns]} :repl-options :keys [global-vars]})
source

default-mainclj

source

format-jvm-optsclj

(format-jvm-opts {:keys [jvm-opts compile-path]})
source

format-nrepl-optionsclj

(format-nrepl-options {:keys [transport nrepl-handler socket nrepl-middleware
                              host port]})
source

middlewareclj

(middleware project)
source

middleware*clj

(middleware* {:keys [repl-options java-source-paths]
              {:keys [main] :or {main default-main}} :enrich-classpath
              :as project})
source

remove-enrich-middlewareclj

(remove-enrich-middleware mw)
source

remove-enrich-middleware-from-mapclj

(remove-enrich-middleware-from-map m)
source

wrap-tryclj

(wrap-try init-ns init global-vars)

Wraps init in a try/catch because otherwise clojure.main can fail at startup, while 'init' errors can often be remediated by the user later.

Wraps `init` in a try/catch because otherwise `clojure.main`
can fail at startup, while 'init' errors can often be remediated by the user later.
sourceraw docstring

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

× close