ember_addon
Generate an Ember addon folder structure, with options for blueprint, package manager, TypeScript, and other customization flags.
Instructions
Generates a new folder structure for building an addon
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| addon_name | Yes | Name of the new addon | |
| dry_run | No | Show what would be created | |
| verbose | No | Show verbose output | |
| blueprint | No | Blueprint to use | addon |
| skip_npm | No | Skip npm/yarn install | |
| skip_git | No | Skip git initialization | |
| package_manager | No | Package manager to use | |
| directory | No | Directory to create the addon in | |
| lang | No | Set the base language | |
| lint_fix | No | Automatically fix linting errors | |
| ci_provider | No | CI provider | github |
| typescript | No | Use TypeScript | |
| strict | No | Use GJS/GTS templates | |
| cwd | No | Working directory to run the command in |