ember-component-jquery
v0.2.0
Published
Codemod to migrate 'Classic' Ember Component code from using `this.$()` to use global jQuery.
Downloads
1
Maintainers
Readme
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.js
Transforms
Contributing
Installation
- clone the repo
- change into the repo directory
yarn
Running tests
yarn test
Update Documentation
yarn update-docs