Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.23 KB

README.md

File metadata and controls

49 lines (32 loc) · 1.23 KB

@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