A codemod for migrating Ember Component code from this.$() to $(this.element) and Ember.$('.class') to $('.class');
npx ember-component-jquery this-jquery path/of/files/ or/some**/*glob.js
- clone the repo
- change into the repo directory
yarn
yarn test
yarn update-docs