0.2.0 • Published 6 years ago
ember-component-jquery v0.2.0
ember-component-jquery
A codemod for migrating Ember Component code from this.$() to $(this.element) and Ember.$('.class') to $('.class');
Usage
npx ember-component-jquery this-jquery path/of/files/ or/some**/*glob.jsTransforms
Contributing
Installation
- clone the repo
- change into the repo directory
yarn
Running tests
yarn test
Update Documentation
yarn update-docs