Skip to content

yappbox/yapp-codemods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yapp-codemods

A collection of codemod's for yapp-codemods.

Usage

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

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

# or

yarn global add yapp-codemods
yapp-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

Releases

No releases published

Packages

No packages published