@sparrowengg/twigs-codemod
v0.0.4
Published
TwigsCodemod provides API and cli for codemods that transform twigs components.
Maintainers
Keywords
Readme
Twigs Codemod
TwigsCodemod provides API and cli for codemods that transform twigs components.
Using the CLI
yarn add @sparrowengg/twigs-codemod -D
npx twigs-codemod <options>Viewing and applying patches
Patches are mainly used to fix breaking changes with twigs components. You can view the patches by running the following command:
npx twigs-codemod patch --listTo apply the patches, run the following command:
npx twigs-codemod patch --apply [patch-name]