0.0.4 • Published 4 months ago
@sparrowengg/twigs-codemod v0.0.4
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 --list
To apply the patches, run the following command:
npx twigs-codemod patch --apply [patch-name]