initial commit

This commit is contained in:
Alexander Zinn
2025-08-24 04:03:14 -04:00
commit cb3639e87d
10 changed files with 274 additions and 0 deletions

15
README.md Normal file
View File

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