ember-component-jquery

A codemod for migrating Ember Component code from `this.$()` to `$(this.element)`

Downloads
14
Stars
1
Committers
1

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