Codemod for 0674 Deprecate transition methods of controller and route
[PROVIDE REQUIRED AND OPTIONAL ARGUMENTS.]
Optional: Specify the project root
Pass --root
to run the codemod somewhere else (i.e. not in the current directory).
npx ember-codemod-transition-methods --root <path/to/your/project>
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-codemod-transition-methods.js --root <path/to/your/project>
- Node.js v18 or above
See the Contributing guide for details.
This project is licensed under the MIT License.