Liking cljdoc? Tell your friends :D

dev.clojurephant.tooling.api

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.
raw docstring

dev.clojurephant.tooling.cljs

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.
raw docstring

dev.clojurephant.tooling.core

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.
raw docstring

dev.clojurephant.tooling.figwheel-main

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.
raw docstring

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

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

× close