@ember-intl/update
v0.4.0
Published
Codemod to update ember-intl to the next major version
Downloads
677
Readme
@ember-intl/update
Codemod to update ember-intl to the next major version
Usage
Step 1. Run codemod.
cd <path/to/your/project>
pnpx @ember-intl/update <arguments>Step 2. Address the remaining breaking changes listed in the documentation site.
Arguments
Pass --root to run the codemod somewhere else (i.e. not in the current directory).
pnpx @ember-intl/update --root <path/to/your/project>Limitations
The codemod is designed to cover typical cases. It is not designed to cover one-off cases.
To better meet your needs, consider cloning the repo and running the codemod locally.
cd <path/to/cloned/repo>
# Compile TypeScript
pnpm build
# Run codemod
./dist/bin/ember-intl-update.js --root <path/to/your/project>Compatibility
ember-intlv6.1.0 or above- Node.js v20 or above
Contributing
See the Contributing guide for details.
License
This project is licensed under the MIT License.
