npm.io
0.5.0 • Published 6 years agoCLI

@freshworks/ember-codemods

Licence
MIT
Version
0.5.0
Deps
1
Size
135 kB
Vulns
0
Weekly
0
Stars
4

@freshworks/ember-codemods

npm (scoped)

A collection of codemods by Freshworks.

Usage

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

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

# or

yarn global add @freshworks/ember-codemods
ember-codemods <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