0.1.2 • Published 5 years ago

ember-is-destroying-codemod v0.1.2

Weekly downloads
6
License
-
Repository
-
Last release
5 years ago

ember-is-destroying-codemod

A collection of codemod's for ember-is-destroying-codemod.

Usage

To run a specific codemod from this project, you would run the following:

npx ember-is-destroying-codemod <TRANSFORM NAME> path/of/files/ or/some**/*glob.js

# or

yarn global add ember-is-destroying-codemod
ember-is-destroying-codemod <TRANSFORM NAME> 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