Go to file
2025-05-16 17:36:12 -05:00
src/lib Create propmptsmith lib with prototype select-option 2025-05-16 17:36:12 -05:00
.gitignore Initial commit 2025-05-14 16:22:35 -05:00
bun.lock Initial commit 2025-05-14 16:22:35 -05:00
index.ts Initial commit 2025-05-14 16:22:35 -05:00
package.json Initial commit 2025-05-14 16:22:35 -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.