1.0.4 • Published 6 years ago

@arction/lcjs-analysis v1.0.4

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

LCJS data analysis tools

A collection of data analysis tools, designed to work directly with LightningChart® JS charting library. https://www.arction.com/

Installation

npm install --save @arction/lcjs-analysis

Documentation

Online documentation is available at arction.github.io/lcjs-analysis

Getting started

import { simpleMovingAverage } from '@arction/lcjs-analysis'

...

Development instructions

The project is developed using TypeScript. Build system of the project heavily relies on Node.js. Dependencies are managed with npm, therefore, remember to run npm install before starting of anything else.

The project uses RollUp for creating the distributable library files.

There are several npm scripts, which are used in development process:

NameCommandDescription
testnpm testrun tests and watch
lintnpm run lintrun static analyzer and watch
ci:testnpm run ci:testrun tests once
ci:lintnpm run ci:lintrun static analyzer once
ci:watchnpm run ci:watchrun CI circle and watch
buildnpm run buildbuild the library
build:watchnpm run build:watchbuild the library and watch
docsnpm run docsbuild documentation
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago