This project contains a number of generally useful tasks for the boot Clojure build tool.
Artifacts are published on Clojars. This version is compatible with boot.core version 2.0.0 or later.
Task | Description |
---|---|
cljs | Compile ClojureScript source files. |
jar | Create a jar file from project. |
For more info about a task do boot [help <task>]
.
#!/usr/bin/env boot
;; build.boot file
#tailrecursion.boot.core/version "..."
(set-env!
:project ...
:version ...
:dependencies [[tailrecursion/boot.task "..."] ...]
...)
(require '[tailrecursion.boot.task :refer :all] ...)
Copyright © 2013 Alan Dipert and Micha Niskin
Distributed under the Eclipse Public License, the same as Clojure.