Liking cljdoc? Tell your friends :D

boot.repl


*default-dependencies*clj

source

*default-middleware*clj

source

launch-bare-replclj

(launch-bare-repl
  {to-eval :eval :keys [init init-ns] :or {init-ns (quote boot.user)}})
source

launch-nreplclj

(launch-nrepl {:keys [bind port init-ns middleware handler] :as options})

See #boot.task.built-in/repl for explanation of options.

See #boot.task.built-in/repl for explanation of options.
sourceraw docstring

launch-socket-serverclj

(launch-socket-server {:keys [bind port accept]})

See #boot.task.built-in/socket-server for explanation of options.

See #boot.task.built-in/socket-server for explanation of options.
sourceraw docstring

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

× close