0.1.0 • Published 2 years ago

ember2-x-codemods v0.1.0

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
2 years ago

ember2-x-codemods

A collection of codemods for deprecations that can be found in ember 2.x to help upgrade to ember 3.

Usage

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

npx ember2-x-codemods <TRANSFORM NAME> path/of/files/ or/some**/*glob.js

# or

yarn global add ember2-x-codemods
ember2-x-codemods <TRANSFORM NAME> path/of/files/ or/some**/*glob.js

Local Usage

node ./bin/cli.js <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

License

This project is licensed under the GPLv3.