An open API service indexing awesome lists of open source software.

https://github.com/aroemers/clojure-cli-tools-build

Example build script for developing ClojureScript projects using Clojure 1.9 CLI tools
https://github.com/aroemers/clojure-cli-tools-build

cli-tools clojure clojurescript nodejs tools-deps

Last synced: about 2 months ago
JSON representation

Example build script for developing ClojureScript projects using Clojure 1.9 CLI tools

Awesome Lists containing this project

README

        

# Figwheel enabled build script for Clojure CLI tools

This serves as an example.
See the [blog post](http://www.functionalbytes.nl/clojure/nodejs/figwheel/repl/clojurescript/cli/2017/12/20/tools-deps-figwheel.html) for more information.

## Usage

1. Install [Clojure CLI tools](https://clojure.org/guides/deps_and_cli).

2. Execute shell commands like `clojure build.clj compile watch` or `clj -R:repl build.clj figwheel`.