@homebridge/camera-utils

v2.0.0
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

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

push-with-tags

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

Metadata

  • MIT
  • Whatever
  • dgreif
  • released 4/2/2021

Downloads