@perfood/capacitor-healthkit

v1.0.0
...
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 CapacitorHealthkitPlugin --output-readme README.md --output-json dist/docs.json

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
npm i @perfood/[email protected]

Metadata

  • MIT
  • Whatever
  • Ad Scientiam
  • released 5/2/2022

Downloads

Maintainers