0.3.0 • Published 4 years ago

@freshworks/nucleus-codemods v0.3.0

Weekly downloads
7
License
MIT
Repository
github
Last release
4 years ago

nucleus-codemods

CI npm version

A collection of codemod's for nucleus-codemods.

Usage

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

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

# or

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