@capacitor-community/contacts

v3.0.0-beta.1
Contacts Plugin for Capacitor
capacitor plugin native

fmt

npm run eslint -- --fix && npm run prettier -- --write && npm run swiftlint -- --fix --format

lint

npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint

build

npm run clean && npm run docgen && tsc && rollup -c rollup.config.js

clean

rimraf ./dist

watch

tsc --watch

docgen

docgen --api ContactsPlugin --output-readme ./docs/api.md

eslint

eslint . --ext ts

verify

npm run verify:ios && npm run verify:android && npm run verify:web

prettier

prettier "**/*.{css,html,ts,js,java}"

swiftlint

node-swiftlint

verify:ios

cd ios && pod install && xcodebuild -workspace Plugin.xcworkspace -scheme Plugin && cd ..

verify:web

npm run build

prepublishOnly

npm run build

verify:android

cd android && ./gradlew clean build test && cd ..
npm i @capacitor-community/[email protected]

Metadata

  • MIT
  • Whatever
  • Unknown
  • released 12/30/2022

Downloads