@noow-art/noow-platform-common
v1.0.12
Published
common package for noow microservices that deal with cross-cutting concerns
Downloads
10
Readme
Project Platform Common
This project provisions all the necessary resources to run a local development environment.
Prerequisites
- NPM, the usage of NVM is strongly recommended
Usage
Add the project dependency to your project:
$ npm install --save @noow-art/noow-platform-common
Contributing
- Commit any changes you might have and bump package version in package.json
- Run
npm run build
to ensure there are no build errors - Run
npm run lint --silent
to ensure there are no linting errors, fix if any - Run
npm run publish
in order to publish the package to npm