Printer Logo

Printer

Prisma Type Generation

The Prisma command will generate types dynamically based on your Prisma Schema. This is very useful to plug in your prisma types for your project quickly and easily. If Printer cannot identify the type. It will default to the any type.

λ Usage
λ printer prisma

Here is an example Prisma Schema.

This will generate the following.