ember_generate
Generate new Ember code from blueprints, such as components or routes, with options for TypeScript, pod structure, and dry-run preview.
Instructions
Generates new code from blueprints
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| blueprint | Yes | Blueprint to generate | |
| name | No | Name for the generated code | |
| dry_run | No | Show what would be generated | |
| verbose | No | Show verbose output | |
| pod | No | Use pod structure | |
| classic | No | Use classic structure | |
| dummy | No | Generate in dummy app | |
| in_repo_addon | No | Generate in in-repo addon | |
| lint_fix | No | Automatically fix linting | |
| in | No | Generate in specific path | |
| typescript | No | Generate TypeScript | |
| cwd | No | Working directory to run the command in |