@asaje/nest-starter
v0.0.3
Published
CLI for create nestjs project setup with prisma and basic auth workflow
Downloads
11
Readme
Description
CLI for create nestjs project setup with prisma and basic auth workflow.
Installation (global)
$ npm i -g @asaje/nest-starter
or
$ yarn global add @asaje/nest-starter
or
$ pnpm add -g @asaje/nest-start
Create new project
# 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