babashka / tasks

Babashka tasks extracted for usage on the JVM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Babashka tasks

This is babashka tasks extracted for usage on the JVM.

Usage

Read the entry on babashka tasks in the babashka book 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:

clj -M babashka.tasks <task> <arguments>

e.g.:

$ clj -M -m babashka.tasks a
5

About

Babashka tasks extracted for usage on the JVM


Languages

Language:Clojure 100.0%