1.0.12 • Published 5 years ago

@noow-art/noow-platform-common v1.0.12

Weekly downloads
-
License
-
Repository
-
Last release
5 years ago

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