0.1.2 • Published 5 years ago

ember-batcher-codemod v0.1.2

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

ember-batcher-codemod

A collection of codemod's for ember-batcher-codemod.

Usage

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

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

# or

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