Auto-convert Vue Components from Options API to Script Setup
"ScriptShifter is a tool that automatically refactors Vue components from Options API to
<script setup>. It does this through static analysis and AST transformations instead of through LLMs.The goal of this tool is not to achieve a perfect conversion, but instead to get you 98% of the way there. Ideally, there should be very few things to fix manually, if any."