Skip to content

freshworks/ember-freshdesk-codemods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@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