buildmd - Build markdown files to html with templates and metadata
Find a file
2025-05-23 16:05:45 -04:00
.gitignore Initial commit 2025-05-23 16:05:45 -04:00
book.md Initial commit 2025-05-23 16:05:45 -04:00
bun.lock Initial commit 2025-05-23 16:05:45 -04:00
index.html Initial commit 2025-05-23 16:05:45 -04:00
index.ts Initial commit 2025-05-23 16:05:45 -04:00
package.json Initial commit 2025-05-23 16:05:45 -04:00
README.md Initial commit 2025-05-23 16:05:45 -04:00
tsconfig.json Initial commit 2025-05-23 16:05:45 -04:00

packmd

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v1.2.12. Bun is a fast all-in-one JavaScript runtime.