@spotted/domain
v0.1.452
Published
<p align="center"> <a href="http://nestjs.com/" target="blank"><img src="https://nestjs.com/img/logo-small.svg" width="200" alt="Nest Logo" /></a> </p>
Downloads
1,721
Keywords
Readme
Description
Spotted common domain objects package.
Installation
$ nvm use
$ 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
Upload to NPM
- You must be logged in to npmjs.com
- You must be a member of the @spotted.dev organization
- BUMP PACKAGE VERSION
npm version [<newversion> | major | minor | patch | premajor | preminor | prepatch | prerelease | from-git]
alias: verison
# login (first time, then you should be logged in)
$ npm login
# To publish:
$ npm run publish:patch
What the publish script does:
# 1. Bump version
$ npm version patch
# 2. build package
$ npm run build
# 3. Publish the package
$ npm publish --access=public
$ nvm use
$ npm install
License
Nest is MIT licensed.