Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 935 Bytes

File metadata and controls

38 lines (24 loc) · 935 Bytes

Pelion Device Management SDK for JavaScript

Circle CI codecov

Builds

Prerequisites

Node.js > v6.0.0, which includes npm.

Installing

After cloning this repository, install the npm dependencies:

$ npm install

Building

To build and bundle the SDK:

$ npm run build

Watching (Unit Tests)

$ npm run watch

Watching (Integration Tests)

$ npm run watch:integration