Transform legacy code patterns
# Install from registry
codemod run nuxt-ui-v4
# Or run locally
codemod run -w workflow.yaml
This codemod transforms typescript code by:
var declarations to const/let# Test the transformation
npm test
# Validate the workflow
codemod validate -w workflow.yaml
# Publish to registry
codemod login
codemod publish
MIT