You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to use ECU to upgrade a JS project to TS using the official boilerplate, but in reading through the docs I couldn't find a way to specify extra new arguments.
For example, to make a TS project, I might do:
npx ember-cli@latest new my-app-name --pnpm --typescript
This could probably also be used to switch from yarn to pnpm.
If an original project was created with --yarn, it should be feasible to pass any args, yeah?
I'd like to use ECU to upgrade a JS project to TS using the official boilerplate, but in reading through the docs I couldn't find a way to specify extra new arguments.
For example, to make a TS project, I might do:
This could probably also be used to switch from yarn to pnpm.
If an original project was created with
--yarn
, it should be feasible to pass any args, yeah?like,
ecu --args="--pnpm --typescript"
or something like that?
otherwise, we have h a r d m o d e, like here: NullVoxPopuli/ember-apply#505
The text was updated successfully, but these errors were encountered: