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 command
$nest-cli g app my-api --db PostgreSQL --orm prisma --validator zod --pm npm --auth
The CLI’s --pm flag supports npm, yarn and pnpm; the bun tab uses --pm npm.