@mrsauravsahu/nestjs-version
v0.0.1-alpha.0
Published
A module to get current version of the app
Downloads
5
Maintainers
Readme
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