https://github.com/degree9/boot-shadow
Boot-clj task for compiling ClojureScript using shadow-cljs.
https://github.com/degree9/boot-shadow
Last synced: 2 months ago
JSON representation
Boot-clj task for compiling ClojureScript using shadow-cljs.
- Host: GitHub
- URL: https://github.com/degree9/boot-shadow
- Owner: degree9
- License: mit
- Created: 2018-07-08T23:31:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-11-10T23:21:22.000Z (over 4 years ago)
- Last Synced: 2024-07-29T23:56:04.898Z (12 months ago)
- Language: Clojure
- Size: 134 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# boot-shadow
[](https://clojars.org/degree9/boot-shadow)
[](https://versions.deps.co/degree9/boot-shadow)
[](https://versions.deps.co/degree9/boot-shadow)Boot-clj task for compiling ClojureScript using [shadow-cljs][shadow].
---
![]()
boot-shadow is developed and maintained by Degree9---
## Usage
Add `boot-shadow` to your `build.boot` dependencies and `require` the namespace:
```clj
(set-env! :dependencies '[[degree9/boot-shadow "X.Y.Z" :scope "test"]])
(require '[degree9.boot-shadow :as shadow])
````boot-shadow` tasks follow a similar syntax to the shadow-cljs cli:
```bash
boot shadow/serverboot shadow/compile --build app
boot shadow/release --build app
```---
![]()
Support this and other open-source projects on Patreon!---
[shadow]: http://shadow-cljs.org