nativescript-mqtt

v3.0.2
NativeScript MQTT plugin
NativeScript JavaScript Android iOS

tsc

tsc

build

npm i && npm run tsc

build.native

node scripts/build-native.js

postclone

npm i && node scripts/postclone.js && cd ../demo && npm i && npx rimraf -- package-lock.json && cd ../src

test.android

cd ../demo && ns test android --justlaunch

test.ios

cd ../demo && ns test ios --justlaunch

tslint

cd .. && tslint "src/**/*.ts" --config tslint.json --exclude "**/node_modules/**"

plugin.tscwatch

npm run tsc -- -w

demo.ios

npm run tsc && cd ../demo && ns run ios --emulator

demo.android

npm run tsc && cd ../demo && ns run android --emulator

demo.reset

cd ../demo && npx rimraf -- hooks node_modules platforms package-lock.json

plugin.prepare

npm run build && cd ../demo && ns plugin remove nativescript-mqtt && ns plugin add ../src

clean

npm run demo.reset && npx rimraf -- node_modules package-lock.json && npm i

ci.tslint

npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/node_modules/**'

prepack

echo nothing to pack

changelog

conventional-changelog -p angular -i ../CHANGELOG.md -s

version

npm run changelog && git add CHANGELOG.md
npm i nativescript-mqtt

Metadata

Downloads