prisma-cli-generate
Installation
SKILL.md
prisma generate
Generates assets based on the generator blocks in your Prisma schema, most commonly Prisma Client.
Command
prisma generate [options]
Bun Runtime
If you're using Bun, run Prisma with bunx --bun so it doesn't fall back to Node.js:
bunx --bun prisma generate
What It Does
Related skills
More from prisma/cursor-plugin
prisma-database-setup-postgresql
PostgreSQL Setup. Reference when using this Prisma feature.
14prisma-client-api-model-queries
Model Queries. Reference when using this Prisma feature.
10prisma-upgrade-v7-driver-adapters
Driver Adapters. Reference when using this Prisma feature.
10prisma-cli-dev
prisma dev. Reference when using this Prisma feature.
9prisma-cli-debug
prisma debug. Reference when using this Prisma feature.
8prisma-client-api-filters
Filter Conditions and Operators
8