A minimal CLI example combining ora, prompts, kolorist, and commander.
To install dependencies:
bun install
To build the project:
bun run build
To run the CLI:
bun run start greet
For development:
Watch for changes and rebuild:
bun run dev
In another terminal, test the CLI:
bun run start greet
This project uses Bun, a fast all-in-one JavaScript runtime and toolkit.
bun run publish