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

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

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
```