@noow-art/noow-platform-common

common package for noow microservices that deal with cross-cutting concerns

Usage no npm install needed!

<script type="module">
  import noowArtNoowPlatformCommon from 'https://cdn.skypack.dev/@noow-art/noow-platform-common';
</script>

README

noow logo

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

  1. Commit any changes you might have and bump package version in package.json
  2. Run npm run build to ensure there are no build errors
  3. Run npm run lint --silent to ensure there are no linting errors, fix if any
  4. Run npm run publish in order to publish the package to npm