Liking cljdoc? Tell your friends :D

dev.clojurephant.tooling.figwheel-repl

An API to start a ClojureScript REPL via Figwheel REPL. This only provides the websocket-based REPL, not the full features of Figwheel Main.

Users may prefer this if they don't want a hot reload workflow or just want fewer moving pices in their process.

An API to start a ClojureScript REPL via Figwheel
REPL. This only provides the websocket-based REPL,
not the full features of Figwheel Main.

Users may prefer this if they don't want a hot
reload workflow or just want fewer moving pices
in their process.
raw docstring

cljs-replclj

(cljs-repl id)

Starts a ClojureScript REPL using Figwheel REPL and Piggieback.

Starts a ClojureScript REPL using
Figwheel REPL and Piggieback.
raw docstring

repl-envclj

(repl-env id)

Creates a new repl environment for build ID. Uses the build configuration from Gradle. Presumes (api/reload-model!) has been called beforehand.

Creates a new repl environment for build ID.
Uses the build configuration from Gradle. Presumes
(api/reload-model!) has been called beforehand.
raw docstring

startclj

(start)
(start id)

Convenience function to start a ClojureScript REPL with one call. Will connect to and get model config from Gradle, pre-build the ClojureScript then start the REPL.

Convenience function to start a ClojureScript
REPL with one call. Will connect to and get model
config from Gradle, pre-build the ClojureScript
then start the REPL.
raw docstring

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

× close