1.0.2 • Published 3 years ago
create-nestjs-temp v1.0.2
Description
Nest framework TypeScript starter repository.
Create boilderplate
$ npx create-nestjs-temp <folder_name>Installation
$ yarn installMigration
# auto generate migration file
$ yarn migration:create <migration_file_name>
# migration rollback
$ yarn migration:down
# run migration
$ yarn migration:latestRunning the app
# development
$ yarn start
# watch mode
$ yarn start:dev
# production mode
$ yarn start:prod