@Reyronald/Codemod Absolute To Relative Imports

/icons/calendar.svg

Last update

Jan 6, 2025

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

background illustrationGet Started Now