Go to file
2025-06-03 08:02:52 -05:00
src/lib Clean up imports 2025-06-03 08:02:52 -05:00
.gitignore Initial commit 2025-05-14 16:22:35 -05:00
bun.lock Switch to dprint for better formatting 2025-05-23 17:37:29 -05:00
cli-tool-drawboard.tldr tldraw board 2025-06-02 15:40:23 -05:00
dprint.json Change line width for dprint 2025-05-27 13:28:47 -05:00
eslint.config.js Configure linting for functional programming 2025-05-23 17:36:54 -05:00
index.ts Initial commit 2025-05-14 16:22:35 -05:00
package.json Switch to dprint for better formatting 2025-05-23 17:37:29 -05:00
README.md Initial commit 2025-05-14 16:22:35 -05:00
tsconfig.json Initial commit 2025-05-14 16:22:35 -05:00

cli-framework

To install dependencies:

bun install

To run:

bun run index.ts

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