1.0.1 • Published 8 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-dev
import * as Common from "cubitt-common";
Documentation
For developers
To get started:
npm run dev
To run the unit tests:
npm run test
To generate a test coverage report:
npm run test-coverage
To generate documentation:
npm run typedoc