cli-builder
Installation
SKILL.md
CLI Builder
Build TypeScript command-line tools with Bun.
When to Build a CLI
CLIs are ideal for:
- Developer tools and automation
- Project-specific commands
- Scripts that need arguments/flags
- Tools that compose with shell pipelines
Quick Start
Minimal CLI
#!/usr/bin/env bun
// scripts/my-tool.ts