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.
(cljs-repl id)
Starts a ClojureScript REPL using Figwheel REPL and Piggieback.
Starts a ClojureScript REPL using Figwheel REPL and Piggieback.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close