A collection of codemods by Freshworks.
To run a specific codemod from this project, you would run the following:
npx @freshworks/ember-codemods <TRANSFORM NAME> path/of/files/ or/some**/*glob.js
# or
yarn global add @freshworks/ember-codemods
ember-codemods <TRANSFORM NAME> path/of/files/ or/some**/*glob.js
- async-leaks
- cleanup-imports
- engine-route-transitions
- insert-hooks
- mocha-to-qunit
- modify-import
- remove-unused-get-import
- setup-helpers-with-await
- clone the repo
- change into the repo directory
yarn
yarn test
yarn update-docs