Options
All
  • Public
  • Public/Protected
  • All
Menu

cubitt-common

Cubitt Common

Common Typescript elements for the Cubitt framework.

GitHub license npm version Build Status Test Coverage

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

License

MIT

Changelog

Changelog

Generated using TypeDoc