nativescript-star-ratings

v1.0.0
NativeScript star ratings UI component plugin.
NativeScript JavaScript Android iOS

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

plugin.link

npm link && cd ../demo && npm link nativescript-star-ratings && 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

demo.reset

cd ../demo && rimraf platforms

plugin.prepare

npm run tsc && cd ../demo && tns plugin remove nativescript-star-ratings && 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|typings)/**'
npm i nativescript-star-ratings

Metadata

Downloads