nuxt-ui-v4-codemod

0
0
0
Shell
public

nuxt-ui-v4

Transform legacy code patterns

Installation

# Install from registry
codemod run nuxt-ui-v4

# Or run locally
codemod run -w workflow.yaml

Usage

This codemod transforms typescript code by:

  • Converting var declarations to const/let
  • Removing debug statements
  • Modernizing syntax patterns

Development

# Test the transformation
npm test

# Validate the workflow
codemod validate -w workflow.yaml

# Publish to registry
codemod login
codemod publish

License

MIT

v0.3.3[beta]