Files
invoicing/README.md
Alexander Zinn cb3639e87d initial commit
2025-08-24 04:03:14 -04:00

16 lines
239 B
Markdown

# @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.