pick-a-shared
v1.0.64
Published
A package that interacts with shared service
Downloads
18
Readme
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.