homebridge

v1.7.0
HomeKit support for the impatient

dev

DEBUG=* ./bin/homebridge -D -P example-plugins/ || true

docs

typedoc src/index.ts

lint

eslint 'src/**/*.{js,ts,json}'

test

jest --forceExit --detectOpenHandles

build

npm run clean && tsc

check

npm install && npm outdated

clean

rimraf lib/

watch

nodemon

postpublish

npm run clean

test-coverage

jest --coverage --forceExit --detectOpenHandles

prepublishOnly

npm run build

Metadata

  • Apache-2.0
  • ^18.15.0 || ^20.7.0
  • Nick Farina
  • released 11/4/2023

Downloads