ember_init
Reinitialize an Ember CLI project in the current directory with configurable options like blueprint, TypeScript, and package manager.
Instructions
Reinitializes a new ember-cli project in the current folder
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| glob_pattern | No | Glob pattern for files to process | |
| dry_run | No | Show what would be done | |
| verbose | No | Show verbose output | |
| blueprint | No | Blueprint to use | |
| skip_npm | No | Skip npm/yarn install | |
| lint_fix | No | Automatically fix linting errors | |
| welcome | No | Install ember-welcome-page | |
| package_manager | No | Package manager | |
| name | No | Name of the project | |
| lang | No | Set the base language | |
| embroider | No | Use Embroider | |
| ci_provider | No | CI provider | github |
| ember_data | No | Include ember-data | |
| typescript | No | Use TypeScript | |
| strict | No | Use GJS/GTS templates | |
| cwd | No | Working directory to run the command in |