0.0.1-alpha.0 • Published 3 years ago

@mrsauravsahu/nestjs-version v0.0.1-alpha.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

nestjs-version

nestjs module to get version of the current app.

developing locally

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