chore: Initial setup

This commit is contained in:
Jan K9f 2025-06-19 06:52:56 +02:00
commit c12b784b50
Signed by: jank
GPG key ID: 22BEAC760B3333D6
6 changed files with 353 additions and 0 deletions

15
README.md Normal file
View file

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