All Projects → boot-clj → Boot Cljs

boot-clj / Boot Cljs

Licence: epl-1.0
Boot task to compile ClojureScript programs.

Programming Languages

javascript
184084 projects - #8 most used programming language
clojure
4091 projects
clojurescript
191 projects

Labels

Projects that are alternatives of or similar to Boot Cljs

Bootstrap
Tools to bootstrap micro computers
Stars: ✭ 55 (-68.57%)
Mutual labels:  boot
Hex Arch Kotlin Spring Boot
Reference JVM multi module project for a reactive micro service and lambda using a hexagonal architecture, DDD, Kotlin, Spring Boot, Quarkus, Lambda, Gradle.
Stars: ✭ 83 (-52.57%)
Mutual labels:  boot
Xps 9360 Macos
XPS 13 (9360) with macOS Catalina
Stars: ✭ 118 (-32.57%)
Mutual labels:  boot
Boot Http
A simple HTTP serve task for the Boot build tool
Stars: ✭ 60 (-65.71%)
Mutual labels:  boot
Supergrub
Super Grub2 Disk
Stars: ✭ 79 (-54.86%)
Mutual labels:  boot
Kindd
A kindful dd, written in qt-quick.
Stars: ✭ 93 (-46.86%)
Mutual labels:  boot
Boot Figreload
Boot task providing live-reload using Fighweel client
Stars: ✭ 50 (-71.43%)
Mutual labels:  boot
Boot
Build tooling for Clojure.
Stars: ✭ 1,722 (+884%)
Mutual labels:  boot
Mortar
Framework to join Linux's physical security bricks.
Stars: ✭ 80 (-54.29%)
Mutual labels:  boot
Booster
Fast and secure initramfs generator
Stars: ✭ 113 (-35.43%)
Mutual labels:  boot
Geolocator
Location tracking & geofencing the easy way. Supports background, killed app, rebooted device different update intervals.
Stars: ✭ 60 (-65.71%)
Mutual labels:  boot
Boot Cljs Repl
Boot task providing a REPL for ClojureScript development.
Stars: ✭ 74 (-57.71%)
Mutual labels:  boot
Confetti
🎉 A tool to help creating and deploying static sites with AWS
Stars: ✭ 96 (-45.14%)
Mutual labels:  boot
Spring Cloud Stream Demo
Simple Event Driven Microservices with Spring Cloud Stream
Stars: ✭ 58 (-66.86%)
Mutual labels:  boot
Tunnel
Use Ngrok In Termux With Advanced Options
Stars: ✭ 133 (-24%)
Mutual labels:  boot
Boot Cljs Test
Boot task to run ClojureScript tests.
Stars: ✭ 53 (-69.71%)
Mutual labels:  boot
Zfs Installer
Shell script program that prepares ZFS on a system, and installs Linux
Stars: ✭ 88 (-49.71%)
Mutual labels:  boot
Grub Btrfs
Include btrfs snapshots at boot options. (Grub menu)
Stars: ✭ 153 (-12.57%)
Mutual labels:  boot
Saapas
Example project for Cljs using Boot instead of Lein. Inspired by Chestnut.
Stars: ✭ 136 (-22.29%)
Mutual labels:  boot
Overlayroot
mounts an overlay file system over root
Stars: ✭ 104 (-40.57%)
Mutual labels:  boot

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].