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
- Host: GitHub
- URL: https://github.com/aroemers/clojure-cli-tools-build
- Owner: aroemers
- Created: 2017-12-21T12:04:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-18T17:59:28.000Z (over 7 years ago)
- Last Synced: 2025-04-30T20:33:28.509Z (about 2 months ago)
- Topics: cli-tools, clojure, clojurescript, nodejs, tools-deps
- Language: Clojure
- Size: 2.93 KB
- Stars: 19
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.