patocallaghan / component-tweaks

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

component-tweaks

A collection of codemods for component-tweaks.

Usage

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

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

# or

yarn global add component-tweaks
component-tweaks <TRANSFORM NAME> path/of/files/ or/some**/*glob.js

Local Usage

node ./bin/cli.js <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

About


Languages

Language:JavaScript 100.0%