nativescript-socketio

v3.3.1
Socket.IO for nativescript
nativescript ecosystem:nativescript nativescript-android nativescript-ios NativeScript JavaScript Android IOS socket.io and 9 more...

ngc.clean

find ./ angular/ -name '*.metadata.json' -delete

ngc

npm run ngc.clean && ngc -skipLibCheck --project tsconfig.json

tsc

npm run ngc

build

npm i && npm run tsc && npm run build.native

build.native

node scripts/build-native.js

postclone

npm i && node scripts/postclone.js && cd ../demo && npm i

test.android

npm i && npm run tsc && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch

test.ios

npm i && npm run tsc && npm run tslint && cd ../demo && tns build ios && tns test ios --justlaunch

tslint

cd .. && tslint "**/*.ts" --config tslint.json --exclude "**/+(node_modules|tns_modules|typings)/**"

plugin.tscwatch

tsc -skipLibCheck -w

demo.ios

npm i && npm run tsc && cd ../demo && tns run ios --syncAllFiles

demo.android

npm i && npm run tsc && cd ../demo && tns run android --syncAllFiles

demo.reset

cd ../demo && rimraf platforms

plugin.prepare

npm run build && cd ../demo && tns plugin remove nativescript-socketio && tns plugin add ../src

clean

cd ../demo && rimraf hooks node_modules platforms && cd ../src && rimraf node_modules

ci.tslint

npm i && tslint '**/*.ts' --config '../tslint.json' --exclude '**/+(node_modules|tns_modules|typings)/**'

prepack

npm run build.native
npm i nativescript-socketio

Metadata

Downloads