Example
npx codemod @reyronald/codemod-absolute-to-relative-imports
Before
import Component from "../../Component";
After
import Component from "client/src/Component";
- Ronald Rey
Build custom codemods
Use AI-powered codemod studio and automate undifferentiated tasks for yourself, colleagues or the community