Skip to content

tailrecursion/boot.task

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Useful tasks for the boot Clojure build tool.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors