0.2.0 • Published 5 years ago
@toreda/map v0.2.0
@toreda/map
Simple TypeScript-first & typesafe API for dynamic configurations.
Contents
Install
With yarn (preferred):
yarn add @toreda/map
With NPM:
npm install @toreda/map
Usage
Library Usage
Typescript
import { Map } from '@toreda/map';Node
const Map = require('@toreda/map');Build
Build or rebuild the package:
With Yarn (preferred):
yarn install
yarn buildWith NPM:
npm install
npm run-script buildTesting
@toreda/map implements unit tests using jest. Run the following commands from the directory where @toreda/map has been installed.
With yarn (preferred):
yarn install
yarn testWith NPM:
npm install
npm run-script testLicense
MIT © Toreda, Inc.