nativescript-background-http

v4.2.1
A cross platform plugin for [the NativeScript framework](http://www.nativescript.org), that provides background upload for iOS and Android.
background http upload download NativeScript

tsc

tsc -skipLibCheck

build

npm i && tsc

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/**"

demo.ios

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

demo-angular.ios

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

demo-vue.ios

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

demo.android

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

demo-angular.android

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

demo-vue.android

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

demo.reset

cd ../demo && rimraf platforms

demo-angular.reset

cd ../demo-angular && rimraf platforms

server

cd ../demo-server && npm run start

plugin.prepare

npm run tsc && cd ../demo && tns plugin remove nativescript-background-http && tns plugin add ../src

clean

cd ../demo && rimraf hooks node_modules platforms && cd ../src && rimraf node_modules && npm run plugin.link

ci.tslint

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

Metadata

Downloads