nativescript-ui-core

v4.0.0
Helper plugin that contains common native code shared among plugins.
NativeScript JavaScript Android iOS

tsc

tsc -skipLibCheck

build.wrappers

npm i && tsc

build.native

bash ../publish/build-android.sh && bash ../publish/build-ios.sh

build

npm run build.wrappers && npm run build.native

tslint

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

plugin.tscwatch

npm run tsc -- -w

clean

cd ../src && rimraf node_modules

ci.tslint

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

Metadata

Downloads