nativescript-snackbar

v4.1.2
A NativeScript plugin for the Material Design SnackBar.
NativeScript JavaScript TypeScript snackbar android ios material design bradmartin sitefintysteve and 3 more...

tsc

tsc -skipLibCheck

build

npm i && tsc

build.native

node scripts/build-native.js

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/**" --exclude "*demo*/platforms/**"

plugin.link

npm link && cd ../demo && npm link nativescript-geolocation && cd ../src

plugin.tscwatch

npm run tsc -- -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

ci.tslint

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

precommit

lint-staged

generate.typings.ios

cd ../demo && TNS_DEBUG_METADATA_PATH="$(pwd)/metadata" tns build ios && TNS_TYPESCRIPT_DECLARATIONS_PATH="$(pwd)/typings" tns build ios && echo 'Now look for your library typings in demo/typings!'

prepack

npm run build.native

make-changelog

cd ../ && github_changelog_generator -u bradmartin -p nativescript-snackbar

Metadata

Downloads