UNPKG

@smallstack/common

Version:

common functionality for smallstack projects

17 lines (11 loc) 851 B
[![coverage report](https://gitlab.com/smallstack/smallstack-common/badges/develop/coverage.svg)](https://gitlab.com/smallstack/smallstack-common/commits/develop) [![Known Vulnerabilities](https://snyk.io/test/npm/@smallstack/common/badge.svg)](https://snyk.io/test/npm/@smallstack/common) # @smallstack/common The smallstack common package contains functionality that is being used in every environment, project and other smallstack package. ## How-to install `npm install` will install all dependencies. ## How-to use Usually you would reference this package by adding it as project dependency: `npm install --save @smallstack/common` If you want to develop things further or just want to use it locally, you can make use of `npm link`. ## How-to test `npm test` executes Karma in local dev mode, `npm run test:ci` executes Karma in CI mode.