cubitt-common
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i cubitt-common

Weekly Downloads

3

Version

1.0.1

License

MIT

Last publish

Collaborators

  • uu-cubitt