@agenticstack/cli-example
v0.1.3
Published
Example CLI for testing monorepo setup
Readme
@agenticstack/cli-example
Example CLI for testing the agenticstack monorepo setup.
Usage
# Run directly
pnpm dev
# Build and run
pnpm build
./dist/cli.js hello --name World
# After publishing, can run via npx
npx @agenticstack/cli-example helloCommands
| Command | Description |
|---------|-------------|
| hello [--name <name>] | Say hello |
| info | Show environment info |
| help | Show help |
