0.6.1 • Published 1 year ago

ember-v2-codemods v0.6.1

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

ember-v2-codemods

A collection of codemods to primarily to get an outdated codebase up to an acceptable version 2 state, in preparation for further upgrades.

Complementary codemods

Usage

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

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

# or

yarn global add ember-v2-codemods
ember-v2-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
0.6.1

1 year ago

0.6.0

1 year ago

0.5.1

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago