bin/command/run.ts entry point if it does not already exist.
Usage
Examples
Options
| Option | Description | Default |
|---|---|---|
--name | Command class name. The Command suffix is appended automatically. | Prompted if omitted |
--module | Target module the class is generated into. | shared |
--override | Overwrite an existing class without prompting. | false |
AI Skill
This command ships a matchingcommand:create skill. It generates the command class and its test file, then guides your AI agent through completing a CLI command that implements the ICommand interface from @ooneex/cli.
- Claude
- Codex