ember-array-index-template-codemod
v1.0.0
Published
Codemods for transforming template array access to use get helper where appropriate
Downloads
5
Readme
ember-array-index-template-codemod
A collection of codemod's for ember-array-index-template-codemod.
Usage
To run a specific codemod from this project, you would run the following:
npx ember-array-index-template-codemod <TRANSFORM NAME> path/of/files/ or/some**/*glob.js
# or
yarn global add ember-array-index-template-codemod
ember-array-index-template-codemod <TRANSFORM NAME> path/of/files/ or/some**/*glob.js
Transforms
Contributing
Installation
- clone the repo
- change into the repo directory
yarn
Running tests
yarn test
Update Documentation
yarn update-docs