@nstudio/nativescript-floatingactionbutton

v3.0.4
A NativeScript plugin for Material Design Floating Action Button.
ecosystem:nativescript NativeScript javascript material design FAB floating-action-button android ios nStudio and 1 more...

build

npm i && ts-patch install && tsc -skipLibCheck

tslint

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

ci.tslint

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

demo.ios

npm run build && cd ../demo && tns run ios

demo.android

npm run build && cd ../demo && tns run android

clean.demo

cd ../demo && ns clean

clean.src

npx rimraf node_modules package-lock.json

generate.typings.ios

cd ../demo && TNS_DEBUG_METADATA_PATH="$(pwd)/metadata" tns build ios && TNS_TYPESCRIPT_DECLARATIONS_PATH="$(pwd)/typings" tns build ios && echo 'Now look for your library typings in demo/typings!'

make-changelog

cd ../ && github_changelog_generator -u nstudio -p nativescript-floatingactionbutton
npm i @nstudio/nativescript-floatingactionbutton

Metadata

  • MIT
  • Whatever
  • Brad Martin
  • released 10/28/2020

Downloads