0.0.4 • Published 7 years ago

@devcharts/core v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

DevCharts Core

Introduction

Common devcharts helper functions, models, services shared across all devcharts packages

Installation & Usage

Working with source

Setup @devcharts/core

git clone git@github.com:workswithweb/devcharts.git

cd devcharts

yarn

yarn setup

cd packages/core

Building @devcharts/core

yarn run build

Compiles all typescript files and outputs to dist folder

Generates code in esm, umd, iife module files.

@devcharts/core is dependency used in other @devcharts packages. Check usage section above or respective chart documentation for how to include @devcharts/core.

Building @devcharts/core in watch mode

yarn run build:watch

Running unit tests

Unit test coverage should always be 100%.

yarn run test

Running unit tests in watch mode

yarn run test:watch