CLI for create nestjs project setup with prisma and basic auth workflow.
$ npm i -g @asaje/nest-starter
or
$ yarn global add @asaje/nest-starter
or
$ pnpm add -g @asaje/nest-start
# with global nest-starter installation
$ nest-starter init my_project_name_or_path
or
# with local nest-starter installation
$ npx @asaje/nest-starter init my_project_name_or_path