aboutsummaryrefslogtreecommitdiff
path: root/src/cli/README-for-init.md
blob: 7a0dced5d95578813c02627af5fa3d3dedea80e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# {[name]s}

To install dependencies:

```bash
bun install
```

To run:

```bash
bun run {[entryPoint]s}
```

This project was created using `bun init` in bun v{[bunVersion]any}. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.