1.0.1 • Published 9 years ago
cubitt-common v1.0.1
Cubitt Common
Common Typescript elements for the Cubitt framework.
About
A package that provides common components for usage across the cubitt framework.
Features
- Generic
<string to any>dictionary - RFC4122 v4 compatible GUID implementation
Usage
Install the package and then use it in your code.
npm install cubitt-common --save-devimport * as Common from "cubitt-common";Documentation
For developers
To get started:
npm run devTo run the unit tests:
npm run testTo generate a test coverage report:
npm run test-coverageTo generate documentation:
npm run typedoc