{{TOOL_DESCRIPTION}}
Using this template? See TEMPLATE.md for setup instructions, including how to run
scripts/init.shto replace all placeholders with your project's values.
- Feature one
- Feature two
- Feature three
Run directly without installing:
npx {{TOOL_NAME}} runOr install globally:
npm install -g {{TOOL_NAME}}
pnpm add -g {{TOOL_NAME}}# Main command
{{TOOL_NAME}} run --input hello
# Dry run (preview without changes)
{{TOOL_NAME}} run --dry-run
# Verbose logging
{{TOOL_NAME}} run --verbose
# Machine-readable JSON output
{{TOOL_NAME}} run --json| Command | Purpose |
|---|---|
pnpm build |
Compile TypeScript |
pnpm check |
Lint with Biome |
pnpm test |
Run test suite |
pnpm test:cov |
Run tests with coverage (75% threshold) |
pnpm test:watch |
Run tests in watch mode |
pnpm format |
Auto-format source files |
| Code | Meaning |
|---|---|
| 0 | Success |
| 1 | Invalid input |
See CONTRIBUTING.md for development setup, code style, and commit conventions.
MIT — see LICENSE.