Skip to content

alias-mac/ember-embroider-addon-codemod

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published