+8
README.md
+8
README.md
···
4
4
5
5
> ⚠️ **Work in progress** - This is experimental. You probably shouldn't use this yet.
6
6
7
+
## Prerequisites
8
+
9
+
- Node.js 18+
10
+
- [shfmt](https://github.com/mvdan/sh) (optional, for `npm run format`)
11
+
```bash
12
+
brew install shfmt
13
+
```
14
+
7
15
## Quick Start
8
16
9
17
```bash