nativescript-accordion

v6.0.0-beta.2
A layout which supports expanding and collapsing child views
NativeScript JavaScript Android iOS

tsc

tsc

build

npm run tsc && npm run build.native

build.native

node scripts/build-native.js

postclone

npm i && node scripts/postclone.js && cd ../demo && npm i && npx rimraf -- package-lock.json && cd ../src

test.android

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

test.ios

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.tscwatch

npm run tsc -- -w

demo.ios

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

demo.android

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

demo.reset

cd ../demo && npx rimraf -- hooks node_modules platforms package-lock.json

plugin.prepare

npm run build && cd ../demo && tns plugin remove nativescript-accordion && tns plugin add ../src

clean

npm run demo.reset && npx rimraf -- node_modules package-lock.json && npm i

ci.tslint

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

prepack

npm run build.native

ngc

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

ngc.clean

find ./ angular/ -name '*.metadata.json' -delete
npm i nativescript-accordion

Metadata

Downloads

Maintainers