An API to start a ClojureScript REPL via Figwheel
Main. This uses configuration from Gradle, rather
than <build>.cljs.edn files.
As opposed to the .figwheel-repl namespace, this
does provide the full hot reload workflow.
An API to start a ClojureScript REPL via Figwheel Main. This uses configuration from Gradle, rather than `<build>.cljs.edn` files. As opposed to the `.figwheel-repl` namespace, this does provide the full hot reload workflow.
(build-map id)Gets a build map for Figwheel Main usage. Loads the build configuration from Gradle. Presumes (api/reload-model!) has been called beforehand.
Gets a build map for Figwheel Main usage. Loads the build configuration from Gradle. Presumes (api/reload-model!) has been called beforehand.
(cljs-repl id)Starts a ClojureScript REPL using Figwheel Main and Piggieback.
Starts a ClojureScript REPL using Figwheel Main and Piggieback.
(start)(start id)Convenience function to start a ClojureScript REPL with one call. Will connect to and get model config from Gradle, then start the Figwheel Main build and REPL.
Convenience function to start a ClojureScript REPL with one call. Will connect to and get model config from Gradle, then start the Figwheel Main build and REPL.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |