azure-iot-digitaltwins-service

v1.0.0-pnp-refresh.3
Azure IoT Digital Twins Preview
Azure IoT Digital Twins

npmlockrefresh

npm i --package-lock-only

generate-pl

autorest --typescript --add-credentials --model-enum-as-union --license-header=MICROSOFT_MIT_NO_VERSION --source-code-folder-path=./src/pl --output-folder=./src/pl --input-file=src/service.json

compile

tsc

lint

tslint --project . -c ../../tslint.json

build

npm -s run lint && npm -s run compile

test-min

tsc && nyc --reporter lcov ../../node_modules/mocha/bin/_mocha --reporter dot test/_*_test*.js

test

tsc && nyc --reporter lcov --reporter text ../../node_modules/mocha/bin/_mocha

ci

npm -s run lint && npm -s run build && npm -s run test-min
npm i azure-iot-digitaltwins-service

Metadata

  • MIT
  • >= 10.0.0
  • Microsoft Corp.
  • released 7/17/2020

Downloads