A collection of codemods we use throughout our frontend/web repos.
You can run these codemods with jscodeshift. For example:
npx jscodeshift --parser=ts -t src/material-2-to-3.ts /code/ui/src
Where /code/ui/src
is some repo you want to run the transform against.
- material-2-to-3 - used to upgrade from Material 2.x to 3.x