ember-component-jquery

0.2.0 • Public • Published

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

/ember-component-jquery/

    Package Sidebar

    Install

    npm i ember-component-jquery

    Weekly Downloads

    2

    Version

    0.2.0

    License

    MIT

    Unpacked Size

    244 kB

    Total Files

    26

    Last publish

    Collaborators

    • patocallaghan