boring.tools-poc/apps/cli/README.md
Lars Hampe b182329146
All checks were successful
Build and Push Docker Image / tests (push) Successful in 56s
Build and Push Docker Image / build (push) Successful in 3m31s
wip: cli and changelog commit upload
2024-10-25 16:31:59 +02:00

16 lines
222 B
Markdown

# cli
To install dependencies:
```bash
bun install
```
To run:
```bash
bun run src/index.ts
```
This project was created using `bun init` in bun v1.1.21. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.