initial commit

This commit is contained in:
0x_n3m0_
2025-12-12 16:38:41 +02:00
commit 7bd558a180
8 changed files with 316 additions and 0 deletions

15
README.md Normal file
View File

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