joshpxyne / gpt-migrate

Easily migrate your codebase from one framework or language to another.
https://gpt-migrate.com
MIT License
6.87k stars 485 forks source link

[FEATURE REQUEST]: Using this for more than migration. #31

Open Ran-Mewo opened 1 year ago

Ran-Mewo commented 1 year ago

I'm unsure about the exact title of this project, but I envision it going beyond a simple migration to a different language. I'm wondering if it could be utilized to make code changes as well.

Let's say you have a massive project and you want to replace all the int values with long values. Doing this manually would be challenging and time-consuming, especially considering other related conversions like IntegerToFloat. However, with GPT, we could automate these tedious tasks effortlessly.

I hope I explained my idea clearly.