ember-freshdesk-codemods
v0.3.0
Published
Downloads
8
Maintainers
Readme
ember-freshdesk-codemods
A collection of codemods by Freshworks.
Usage
To run a specific codemod from this project, you would run the following:
npx ember-freshdesk-codemods <TRANSFORM NAME> path/of/files/ or/some**/*glob.js
# or
yarn global add ember-freshdesk-codemods
ember-freshdesk-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