zenstackhq / zenstack

Fullstack TypeScript toolkit that enhances Prisma ORM with flexible Authorization layer for RBAC/ABAC/PBAC/ReBAC, offering auto-generated type-safe APIs and frontend hooks.
https://zenstack.dev
MIT License
2.07k stars 88 forks source link

[Feature Request] Nx monorepo multiple app support #479

Closed bphkns closed 10 months ago

bphkns commented 1 year ago

Is your feature request related to a problem? Please describe. I want to setup zenstack in nx mono repo for multiple nestjs app which have multiple prisma schema (app wise).

Describe the solution you'd like Can we have a generator like nx-prisma

ymc9 commented 1 year ago

Hi @bphkns , thanks for filing this! Yes, nx plugins are handy for initializing projects and running commands.

I'll keep it in the backlog and prioritize it with other requests. Let me know if you're interested in making a contribution, and I'll be happy to collaborate!

ymc9 commented 10 months ago

The zenstack generate CLI now has a "--output" option for specifying default output dir. Closing for now.