YassinEldeeb / create-prisma-generator

Get started developing your own ◭ Prisma generator by running a single command.
MIT License
188 stars 8 forks source link

--skip-check CLI failure #287

Closed sandrewTx08 closed 1 year ago

sandrewTx08 commented 1 year ago

Bug description

I have trouble trying to pass the --skip-check argument on CLI

Passing --skip-check it's still throwing the message

> npx create-prisma-generator --skip-check

? what's your generator name <package name without convention>

Prisma recommends you to use this naming convention:
 prisma-generator-<custom-name>
use the `--skip-check` flag to skip prisma's recommendation.

Environment & setup

The installation process was executed as described on README.

YassinEldeeb commented 1 year ago

the --skip-check flag should be added when it asks you about your generator name, after typing your name like this:

? what's your generator name <package name without convention> --skip-check