nativescript-ui-dataform

v3.7.2
Display and edit data object's properties with standard or custom editors in a data fill-in form.
NativeScript JavaScript Android iOS

ngc

node --max-old-space-size=8192 ./node_modules/.bin/ngc -p tsconfig.json

tsc

tsc -skipLibCheck

build.wrappers

npm i && tsc

build.android

bash ../publish/build-android.sh

build.ios

bash ../publish/build-ios.sh

build.native

npm run build.android && npm run build.ios

build

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

prepare

npm run ngc

postclone

npm i && node scripts/postclone.js && cd ../demo && npm i && cd ../src && npm run plugin.link

test.android

npm run build && npm run tslint && cd ../demo && tns build android && tns test android --justlaunch

test.ios

npm run build && npm run tslint && cd ../demo && tns build ios && tns test ios --justlaunch

tslint

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

plugin.link

npm link && cd ../demo && npm link nativescript-ui-autocomplete && cd ../src

plugin.watch.tsc

npm run tsc -- -w

plugin.watch.android

npm i && npm-watch build.android

plugin.watch.ios

npm i && npm-watch build.ios

plugin.watch

npm run plugin.watch.tsc & npm run plugin.watch.android & npm run plugin.watch.ios

demo.ios

npm run build.wrappers && npm run build.ios && cd ../demo && tns run ios --syncAllFiles

demo.ios.release

npm run build.wrappers && npm run build.ios && cd ../demo && tns run ios --bundle --env.aot --env.uglify --env.snapshot --release --key-store-path ../../keystores/testing-key.jks --key-store-password 1234567890 --key-store-alias test --key-store-alias-password 1234567890

demo.android

npm run build.wrappers && npm run build.android && cd ../demo && tns run android --syncAllFiles

demo.android.release

npm run build.wrappers && npm run build.android && cd ../demo && tns run android --bundle --env.aot --env.uglify --env.snapshot --release --key-store-path ../../keystores/testing-key.jks --key-store-password 1234567890 --key-store-alias test --key-store-alias-password 1234567890

demo.reset

cd ../demo && rimraf platforms

demo.angular.ios

npm run build.wrappers && npm run build.ios && cd ../demo-angular && tns run ios --syncAllFiles

demo.angular.ios.release

npm run build.wrappers && npm run build.ios && cd ../demo-angular && tns run ios --bundle --env.aot --env.uglify --env.snapshot --release --key-store-path ../../keystores/testing-key.jks --key-store-password 1234567890 --key-store-alias test --key-store-alias-password 1234567890

demo.angular.android

npm run build.wrappers && npm run build.android && cd ../demo-angular && tns run android --syncAllFiles

demo.angular.android.release

npm run build.wrappers && npm run build.android && cd ../demo-angular && tns run android --bundle --env.aot --env.uglify --env.snapshot --release --key-store-path ../../keystores/testing-key.jks --key-store-password 1234567890 --key-store-alias test --key-store-alias-password 1234567890

demo.angular.reset

cd ../demo-angular && rimraf platforms

demo.vue.ios

npm run build.wrappers && npm run build.ios && cd ../demo-vue && tns run ios --syncAllFiles

demo.vue.android

npm run build.wrappers && npm run build.android && cd ../demo-vue && tns run android --syncAllFiles

demo.vue.reset

cd ../demo-vue && rimraf platforms

plugin.prepare

npm run tsc && cd ../demo && tns plugin remove nativescript-ui-autocomplete && 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/**' --exclude '**/platforms/**'

pack

npm run prepare && bash ../publish/pack.sh

Metadata

Downloads

Maintainers