nativescript-secure-storage

v2.6.2
Secure Storage NativeScript plugin
NativeScript JavaScript iOS KeyChain KeyStore Secure Storage Storage SharedPreferences Facebook conceal and 1 more...

tsc

tsc

build

npm i && npm run tsc && npm run build.native

build.native

echo 'skipping build-native script because its not currently needed'

build.native.disabled

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 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/**" --exclude "**/typings/**" --exclude "**/types/**"

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

demo-vue.ios

npm run tsc && cd ../demo-vue && tns run ios --bundle

demo-vue.android

npm run tsc && cd ../demo-vue && tns run android --bundle

plugin.prepare

npm run build && cd ../demo && tns plugin remove nativescript-secure-storage && 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/**" --exclude "**/platforms/**" --exclude "**/typings/**" --exclude "**/types/**"

prepack

npm run build.native

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!'
npm i nativescript-secure-storage

Metadata

  • MIT
  • Whatever
  • Eddy Verbruggen
  • released 9/3/2020

Downloads

Maintainers