0.1.3 • Published 5 years ago

ember-alias-cps-codemod v0.1.3

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

ember-alias-cps-codemod

A collection of codemods for ember-alias-cps-codemod.

Usage

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

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

# or

yarn global add ember-alias-cps-codemod
ember-alias-cps-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