Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 1000 Bytes

README.md

File metadata and controls

47 lines (29 loc) · 1000 Bytes

ember-embroider-addon-codemod

A collection of codemods for ember-embroider-addon-codemod.

The codemods provided by this package are based on @embroider/test-setup documentation

Usage

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

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

# or

yarn global add ember-embroider-addon-codemod
ember-embroider-addon-codemod <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