//nuxt-ui-v4-codemodbyHugoRCD

nuxt-ui-v4-codemod

0
0
0
1
Shell

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

[beta]v0.14.0