An open API service indexing awesome lists of open source software.

https://github.com/tailrecursion/boot.task

Useful tasks for the boot Clojure build tool.
https://github.com/tailrecursion/boot.task

Last synced: 4 months ago
JSON representation

Useful tasks for the boot Clojure build tool.

Awesome Lists containing this project

README

          

# boot.task

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

### Dependency

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

[![latest version][5]][1]

### Tasks

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

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

### Usage

```clojure
#!/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.

[1]: https://clojars.org/tailrecursion/boot.task
[2]: https://github.com/tailrecursion/boot
[3]: https://github.com/tailrecursion/boot.core/tree/2.0.0
[4]: https://github.com/tailrecursion/boot.core
[5]: https://clojars.org/tailrecursion/boot.task/latest-version.svg?bustcache=2