Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.29 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.29 KB

boot.task

This project contains a number of generally useful tasks for the boot Clojure build tool.

Dependency

Artifacts are published on Clojars. This version is compatible with boot.core version 2.0.0 or later.

latest version

Tasks

Task Description
cljs Compile ClojureScript source files.
jar Create a jar file from project.

For more info about a task do boot [help <task>].

Usage

#!/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] ...)

License

Copyright © 2013 Alan Dipert and Micha Niskin

Distributed under the Eclipse Public License, the same as Clojure.