@perfood/capacitor-google-fit

v1.0.2
Capacitor plugin to retrieve data from Google Fit
capacitor plugin native

verify

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

verify:android

cd android && ./gradlew clean build test && cd ..

verify:web

npm run build

lint

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

fmt

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

eslint

eslint . --ext ts

swiftlint

node-swiftlint

docgen

docgen --api GoogleFitPlugin --output-readme README.md --output-json dist/docs.json

build

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

clean

rimraf ./dist

watch

tsc --watch

prepublishOnly

npm run build

prettier

prettier . --check
npm i @perfood/[email protected]

Metadata

  • MIT
  • Whatever
  • Perfood
  • released 5/17/2022

Downloads

Maintainers