Framework Migration Assistant
Detect Current Setup
!ls package.json requirements.txt go.mod Cargo.toml *.csproj Gemfile composer.json 2>/dev/null
!cat package.json 2>/dev/null | head -30
!find . -type f \( -name "*.ts" -o -name "*.tsx" -o -name "*.js" -o -name "*.jsx" -o -name "*.py" -o -name "*.go" -o -name "*.rs" \) -not -path "*/node_modules/*" -not -path "*/.git/*" 2>/dev/null | head -30
Migration Process
Step 1: Audit Current Usage
- Identify all imports/requires
[Description truncada. Veja o README completo no GitHub.]