ember-cli / ember-cli/ember-cli-update
[Feature Request] allow passing flags to the underlying blueprint to allow migrating to different configurations
Open
- Dominant language
- JavaScript
- Stars
- 279
- Forks
- 44
- PR merge metrics
- No merged PRs in 30d
Description
For example,
if you:
```
ember new my-app
```
and want to migrate to pnpm, it would be awesome if we could
```
npx ember-cli-update@latest --pnpm
```
or to add typescript
```
npx ember-cli-update@latest --typescript
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.