Scaffold a CLI Command
- `build-cli-plugin` — build the adapter/plugin that commands operate on
LLM Evaluation
Evaluated by: xiaomi/mimo-v2-flash:free
Last evaluated: March 29, 2026
Prompt Preview
---
name: scaffold-cli-command
description: >
Scaffold a new CLI command using Commander.js with options, action handler,
three output modes (human-readable, quiet, JSON), and optional ceremony
variant. Covers command naming, option design, shared context patterns,
error handling, and integration testing. Use when adding a command to an
existing Commander.js CLI, designing a new CLI tool from scratch, or
standardizing command structure across a multi-command CLI.
license: MIT
allowed...
Full prompt length: 11196 characters
Tools & Technologies
- javascript
- TypeScript