A higher-level API to interact with Gradle's tooling API.
Generally, prefer this to use the dev.clojurephat.tooling.core
API.
A higher-level API to interact with Gradle's tooling API. Generally, prefer this to use the `dev.clojurephat.tooling.core` API.
An API to run ClojureScript builds using configuration from the Gradle build within the REPL. These functions use the ClojureScript build API.
An API to run ClojureScript builds using configuration from the Gradle build within the REPL. These functions use the ClojureScript build API.
The core interaction with Gradle's tooling API is all in this namespace. Generally, this shouldn't be used directly by users.
The core interaction with Gradle's tooling API is all in this namespace. Generally, this shouldn't be used directly by users.
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.
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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close