]> njoseph.me Git - babashka-scripts.git/blame - README.md
Shift from standalone scripts to babashka tasks
[babashka-scripts.git] / README.md
CommitLineData
f1d839f5
JN
1# Babashka Scripts
2
ec37ad05 3Miscellaneous [babashka](https://babashka.org "babashka website") scripts written for my own personal use.
f1d839f5
JN
4
5## Requirements
6
ec37ad05 7babashka (>= 0.4.0)
f1d839f5
JN
8
9## Usage
10
11Clone this repository.
12
13``` sh
f1d839f5
JN
14git clone https://njoseph.me/gitweb/babashka-scripts.git
15```
16
ec37ad05 17The list of available commands can be found by running `bb tasks` in the directory where the file `bb.edn` is present.
f1d839f5 18
ec37ad05 19Some tasks can also take arguments.
00a96276
JN
20
21``` sh
ec37ad05 22bb ebook-to-audiobook the-great-gatsby.epub
00a96276 23```