Errorname / prisma-multi-tenant

🧭 Use Prisma as a multi-tenant provider for your application
MIT License
392 stars 45 forks source link

Migrate to Lerna or alternative to manage packages #48

Open Errorname opened 4 years ago

Errorname commented 4 years ago

Prisma-multi-tenant is currently using custom scripts to handle boostraping and publishing. It works, but it involves overhead and adds complexity to maintain, as well as complexity to onboard new contributors.

Moving to Lerna or an alternative could help make the processes easier

BjoernRave commented 4 years ago

this could be interesting for the monorepo: https://github.com/formium/tsdx/pull/778