0.0.2 • Published 3 months ago

audit-module v0.0.2

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
3 months ago

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

# gen controller
npm run gen:co controllers/{controller name}

# gen service
npm run gen:s services/{service name}

# gen entity
npm run gen:en

#gen table entity
npm run gen:tables {table name}

# gen create migration
npm run migration:create migrations/{file name}

# gen migration
npm run migration:run