nativescript-ui-dataform

v3.5.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

npm i && tsc

prepare

npm run ngc

postclone

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

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

plugin.link

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

demo.angular.ios

npm i && npm run tsc && cd ../demo-angular && tns run ios --syncAllFiles

demo.angular.android

npm i && npm run tsc && cd ../demo-angular && tns run android --syncAllFiles

demo.angular.reset

cd ../demo-angular && rimraf platforms

plugin.prepare

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

pack

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

Metadata

Downloads

Maintainers