Skip to content

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

Notifications You must be signed in to change notification settings

patocallaghan/ember-component-jquery

Repository files navigation

ember-component-jquery

Build Status

npm

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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published