Initial commit

This commit is contained in:
Endeavorance 2025-05-23 16:05:45 -04:00
commit e473389c04
8 changed files with 1312 additions and 0 deletions

15
README.md Normal file
View file

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