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.
- Host: GitHub
- URL: https://github.com/tailrecursion/boot.task
- Owner: tailrecursion
- Created: 2013-09-03T17:51:34.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-05-30T16:49:18.000Z (about 10 years ago)
- Last Synced: 2025-12-02T17:50:09.595Z (7 months ago)
- Language: Clojure
- Homepage:
- Size: 75.2 KB
- Stars: 4
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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