Automatically generate a reference documentation website from your Prisma Schema. Version 0.8.0 is the latest stable release, with no frequent release cadence documented. Key differentiator: integrates as a Prisma generator, so docs update automatically on `prisma generate`. Serves as an alternative to manually writing schema documentation. Outputs static HTML that can be served via a built-in CLI server.
npm install prisma-docs-generatorNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows setup of Prisma generator, generation trigger, and serving of documentation.
Use `provider = "node node_modules/prisma-docs-generator"` in Prisma schema.
Run `npx prisma-docs-generator serve`.
Use `require('prisma-docs-generator')` or stick to CJS.Re-run `npx prisma generate` after schema changes.
Set `output` in schema and ensure `serve` reads the correct directory.
Run `npm install @prisma/generator-helper` or ensure Prisma is installed.
Set `provider = "node node_modules/prisma-docs-generator"` in schema.
Run `npx prisma generate` first, then verify output path matches.