Liking cljdoc? Tell your friends :D

boot-cljs Clojars Project Circle CI Downloads

Boot task to compile ClojureScript applications.

Quick start

Add ClojureScript and boot-cljs to your build.boot dependencies and require the namespace:

(set-env! :dependencies '[[adzerk/boot-cljs "X.Y.Z" :scope "test"]])
(require '[adzerk.boot-cljs :refer [cljs]])

You can see the options available on the command line:

boot cljs --help

Or the same in the REPL:

boot.user=> (doc cljs)

Further Reading

License

Copyright © 2014 Adzerk
Copyright © 2015-2017 Juho Teperi

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Can you improve this documentation? These fine people already did:
Juho Teperi, Micha Niskin, Martin Klepsch, Alan Dipert, Lucas Leblow, Alan Dipert and Micha Niskin, Daemian Mack, johann bestowrous & Daniel Szmulewicz
Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close