@asaje/nest-starter
v0.0.3
Published
CLI for create nestjs project setup with prisma and basic auth workflow
Readme
Description
CLI for create nestjs project setup with prisma and basic auth workflow.
Installation (global)
$ npm i -g @asaje/nest-starteror
$ yarn global add @asaje/nest-starteror
$ pnpm add -g @asaje/nest-startCreate new project
# with global nest-starter installation
$ nest-starter init my_project_name_or_pathor
# with local nest-starter installation
$ npx @asaje/nest-starter init my_project_name_or_path