Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 489 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 489 Bytes

Mirte Sensor Library

Setup

Requires npm to be installed on your device.

To setup the project, run the following commands:

npm install -g grunt-cli
npm install .

Usage

To build

run: grunt build

To run tests

To run all tests:
grunt test
or
npm test

To run all tests and track test coverage:
npm run coverage

A report of the test coverage will be generated in build/report/nyc

To generate documentation

run: grunt doc