nativescript-clipboard

v2.1.1
A clipboard plugin for use in NativeScript apps. You can copy and paste text from and to the clipboard.
NativeScript Clipboard Pasteboard Copy Paste Copy-Paste

tsc

npm i && tsc

build

npm run tsc

tslint

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

ci.tslint

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

demo.ios

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

demo.android

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

demo.reset

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

plugin.prepare

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

clean

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

Metadata

  • MIT
  • Whatever
  • Eddy Verbruggen
  • released 4/15/2021

Downloads

Maintainers