clojure-cli-tools-build
clojure-cli-tools-build copied to clipboard
Example build script for developing ClojureScript projects using Clojure 1.9 CLI tools
Figwheel enabled build script for Clojure CLI tools
This serves as an example. See the blog post for more information.
Usage
-
Install Clojure CLI tools.
-
Execute shell commands like
clojure build.clj compile watch
orclj -R:repl build.clj figwheel
.