1.0.2 • Published 2 years ago

create-nestjs-temp v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Description

Nest framework TypeScript starter repository.

Create boilderplate

$ npx create-nestjs-temp <folder_name>

Installation

$ yarn install

Migration

# auto generate migration file
$ yarn migration:create <migration_file_name>

# migration rollback
$ yarn migration:down

# run migration
$ yarn migration:latest

Running the app

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod
1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago