snpco
v0.1.1
Published
A minimal CLI example combining ora, prompts, kolorist, and commander
Readme
Snap Copy
A minimal CLI example combining ora, prompts, kolorist, and commander.
Installation
To install dependencies:
bun installUsage
To build the project:
bun run buildTo run the CLI:
bun run start greetDevelopment
For development:
Watch for changes and rebuild:
bun run devIn another terminal, test the CLI:
bun run start greetThis project uses Bun, a fast all-in-one JavaScript runtime and toolkit.
Publish
bun run publish