Transform legacy code patterns
# Install from registry
codemod run shell-codemod
# Or run locally
codemod run -w workflow.yamlThis codemod transforms typescript code by:
- Converting
vardeclarations toconst/let - Removing debug statements
- Modernizing syntax patterns
# Test the transformation
bash scripts/transform.sh
# Validate the workflow
codemod validate -w workflow.yaml
# Publish to registry
codemod login
codemod publishMIT