Scripts
| Script | Description |
|---|---|
pnpm dev | Run CLI via tsx (pass args after --) |
pnpm build | Bundle to dist/ with tsup |
pnpm start | Run built CLI start command |
pnpm test | Run Vitest tests |
pnpm lint | ESLint |
pnpm typecheck | TypeScript type check |
pnpm format | Prettier write |
pnpm format:check | Prettier check |
