1.0.0 • Published 4 months ago

nats-database v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
4 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

For Publish

#change version in package.json
#then run
$ npm run prepublish
#then run
$ npm publish @package_name

License

Nest is MIT licensed.