ember_new
Create a new Ember application by generating a directory and running ember init with customizable options.
Instructions
Creates a new directory and runs ember init in it
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_name | Yes | Name of the new application | |
| dry_run | No | Show what would be created without actually creating it | |
| verbose | No | Show verbose output | |
| blueprint | No | Blueprint to use for generating the application | app |
| skip_npm | No | Skip npm/yarn install | |
| skip_git | No | Skip git initialization | |
| welcome | No | Install and use ember-welcome-page | |
| package_manager | No | Package manager to use | |
| directory | No | Directory to create the app in | |
| lang | No | Set the base language of the application | |
| lint_fix | No | Automatically fix linting errors | |
| embroider | No | Use Embroider build system | |
| ci_provider | No | CI provider to set up | |
| ember_data | No | Include ember-data | |
| interactive | No | Create app interactively | |
| typescript | No | Set up TypeScript | |
| strict | No | Use GJS/GTS templates by default | |
| cwd | No | Working directory to run the command in |