@vapor-ui/codemod
v1.0.0
Published
Code migration tools using jscodeshift
Readme
@vapor-ui/codemod
Automated code migration tools for safe Vapor UI component updates.
Why?
This tool helps you safely upgrade your Vapor UI codebase when components have breaking changes. Built on jscodeshift, it handles complex restructuring including component renames, prop migrations, and import path updates.
Installation
# Recommended: use via npx (no installation needed)
npx @vapor-ui/codemod
# Or install globally
# pnpm
pnpm add -g @vapor-ui/codemod
# npm
npm install -g @vapor-ui/codemod
# yarn
yarn global add @vapor-ui/codemodFor detailed usage instructions, please refer to the official documentation.
License
MIT License © 2025 goorm, Inc
