@Reyronald/Codemod Absolute To Relative Imports

1.1.0Last update Jan 6, 2025
by@reyronald

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