0.2.0 • Published 5 years ago

ember-component-jquery v0.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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