@homebridge/camera-utils

v2.2.6
Utilities to simplify homebridge camera plugin development
homebridge camera util utilities helpers rtp ffmpeg

lint

eslint '**/*.ts' --fix

test

jest && eslint '**/*.ts'

build

rm -rf lib && tsc --declaration

check

npm install && npm outdated

deploy

standard-version && npm publish --access public && npm run push-with-tags

watch:link

npm link && tsc --watch --declaration

deploy-beta

standard-version --prerelease beta && npm publish --tag beta --access public && npm run push-with-tags

watch:tests

jest --watch

test-coverage

jest --coverage

prepublishOnly

npm i --package-lock-only && npm run lint && npm run build

push-with-tags

git push --follow-tags && node ./build/github-releaser.js
npm i @homebridge/[email protected]

Metadata

  • MIT
  • Whatever
  • dgreif
  • released 2/12/2024

Downloads