@nativescript/appsync

v3.0.1
Use AppSync to hot deploy updates to your app.
ecosystem:nativescript NativeScript CodePush Code Push AppSync App Sync Hot deploy App update

tsc

tsc

test

npm run build && npm run tslint && npm run tslint.demo && cd ../demo && tns build android

build

tsc --skipLibCheck

clean

npx rimraf node_modules package-lock.json && npm i --ignore-scripts

setup

npm i && cd ../demo && npm i && cd ../src && npm run build

tslint

tslint *.ts

package

cd ../publish && ./pack.sh

demo.ios

npm run preparedemo && cd ../demo && tns run ios

test.ios

npm run build && npm run tslint && npm run tslint.demo && cd ../demo && tns test ios

ci.tslint

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

demo-ng.ios

npm run preparedemo-ng && cd ../demo-ng && tns run ios

postinstall

node postinstall-hooks.js

preparedemo

npm run build && npm run package && cd ../demo && tns plugin add ../publish/package/*.tgz && rimraf platforms/android

tslint.demo

tslint ../demo/app/*.ts

demo.android

npm run preparedemo && cd ../demo && tns run android

preuninstall

node preuninstall-hooks.js

test.android

npm run build && npm run tslint && npm run tslint.demo && cd ../demo && tns test android

preparedemo-ng

npm run build && npm run package && cd ../demo-ng && tns plugin add ../publish/package/*.tgz && rimraf platforms/android

demo-ng.android

npm run preparedemo-ng && cd ../demo-ng && tns run android

demo.ios.release

npm run preparedemo && cd ../demo && tns run ios --release

development.setup

npm run setup && npm link && cd ../demo && npm link nativescript-app-sync && cd ../src
npm i @nativescript/appsync

Metadata

  • MIT
  • Whatever
  • Eddy Verbruggen
  • released 8/4/2020

Downloads