0.1.0 • Published 1 year ago

@1024pix/ember-codemods v0.1.0

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

@1024pix/ember-codemods

A collection of codemods by 1024pix.

Usage

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

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

# or

npm i -g @1024pix/ember-codemods
ember-codemods <TRANSFORM NAME> path/of/files/ or/some**/*glob.js

Transforms

Contributing

Installation

  • clone the repo
  • change into the repo directory
  • npm i

Running tests

  • npm test

Update Documentation

  • npm update-docs