Liking cljdoc? Tell your friends :D

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

build-mapclj

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

cljs-replclj

(cljs-repl id)

Starts a ClojureScript REPL using Figwheel Main and Piggieback.

Starts a ClojureScript REPL using
Figwheel Main and Piggieback.
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, 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.
raw docstring

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

× close