https://github.com/babashka/tasks
Babashka tasks extracted for usage on the JVM
https://github.com/babashka/tasks
Last synced: 5 months ago
JSON representation
Babashka tasks extracted for usage on the JVM
- Host: GitHub
- URL: https://github.com/babashka/tasks
- Owner: babashka
- Created: 2024-01-17T10:30:26.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T10:33:13.000Z (almost 2 years ago)
- Last Synced: 2025-06-18T17:07:31.363Z (7 months ago)
- Language: Clojure
- Size: 4.88 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Babashka tasks
This is babashka tasks extracted for usage on the JVM.
## Usage
Read the entry on babashka tasks in the babashka [book](https://book.babashka.org/#tasks) first.
Instead of `bb.edn` this library uses `tasks.edn` to not conflict with tasks for babashka.
An example `tasks.edn` is included in the root of this repository.
Invoke it with:
``` shell
clj -M babashka.tasks
```
e.g.:
```
$ clj -M -m babashka.tasks a
5
```