A collection of codemod's for ember-cli-htmlbars-inline-precompile-codemod.
To run a specific codemod from this project, you would run the following:
npx ember-cli-htmlbars-inline-precompile-codemod path/of/files/ or/some**/*glob.js
# or
yarn global add ember-cli-htmlbars-inline-precompile-codemod
ember-cli-htmlbars-inline-precompile-codemod path/of/files/ or/some**/*
- clone the repo
- change into the repo directory
yarn
yarn test
yarn update-docs