[](https://badge.fury.io/js/lil-codemods)
npm install lil-codemodsA collection of codemods for Ember.
To run a specific codemod from this project, you would run the following:
``
npx lil-codemods run
yarn global add lil-codemods
lil-codemods run
`
* component-property-ordering
* get
* get-properties
* jquery
* set
* set-properties
* unused-imports
* clone the repo
* change into the repo directory
* yarn
* yarn test
* yarn update-docs`