/snpco-cli

Primary LanguageJavaScript

Snap Copy

A minimal CLI example combining ora, prompts, kolorist, and commander.

Installation

To install dependencies:

bun install

Usage

To build the project:

bun run build

To run the CLI:

bun run start greet

Development

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.

Publish

bun run publish