Command builder
Build your nest-cli command
Choose your options and copy a ready-to-run command — for scaffolding a new app or generating a CRUD resource.
1 · Install the CLI
$npm install -g @nest-extended/cli
2 · Build your command
Your commandThe CLI’s --pm flag supports npm, yarn and pnpm; the bun tab uses --pm npm.
PostgreSQL
prisma
zod
$nest-cli g app my-api --db PostgreSQL --orm prisma --validator zod --pm npm --auth