nativescript-push-notifications

v1.1.0
Receive push notifications in your NativeScript app on Android and iOS.

tsc

tsc -skipLibCheck

build

npm i --ignore-scripts && tsc && cd ../publish && ./pack.sh

tslint

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

clean

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

ci.tslint

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

postinstall

node scripts/postinstall.js

preuninstall

node scripts/preuninstall.js

Metadata

Downloads