Go to file
2025-05-19 15:31:32 -05:00
src/lib Add dynamic ANSI buffer codes 2025-05-19 15:31:32 -05:00
.gitignore Initial commit 2025-05-14 16:22:35 -05:00
.prettierrc.json Configure eslint and prettier 2025-05-17 01:23:36 -05:00
bun.lock Configure eslint and prettier 2025-05-17 01:23:36 -05:00
eslint.config.js Configure eslint and prettier 2025-05-17 01:23:36 -05:00
index.ts Initial commit 2025-05-14 16:22:35 -05:00
package.json Configure eslint and prettier 2025-05-17 01:23:36 -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.