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

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.

Awesome Lists containing this project

README

        

# boot-shadow
[![Clojars Project](https://img.shields.io/clojars/v/degree9/boot-shadow.svg)](https://clojars.org/degree9/boot-shadow)
[![Dependencies Status](https://versions.deps.co/degree9/boot-shadow/status.svg)](https://versions.deps.co/degree9/boot-shadow)
[![Downloads](https://versions.deps.co/degree9/boot-shadow/downloads.svg)](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/server

boot shadow/compile --build app

boot shadow/release --build app
```

---



Patreon



Support this and other open-source projects on Patreon!

---

[shadow]: http://shadow-cljs.org