0.0.3 • Published 9 months ago

@asaje/nest-starter v0.0.3

Weekly downloads
-
License
UNLICENSED
Repository
github
Last release
9 months ago

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