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