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

Support for libraries #35

Open MkuuWaUjinga opened 1 year ago

MkuuWaUjinga commented 1 year ago

Currently, gpt-migrate only works with code repositories that run as applications with a main file as entry point. However, many code bases are libraries. Libraries are different in that they:

The migration problem is equally important, so I think it'd be great if gpt-migrate could support this. For that, we'd have to allow for:

joshpxyne commented 1 year ago

This is really great! Definitely worth taking a swing at!