homebridge

v1.8.4-beta.2
HomeKit support for the impatient

dev

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

docs

typedoc

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

lint:fix

npm run lint -- --fix

lint-docs

typedoc --emit none --treatWarningsAsErrors

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 6/24/2024

Downloads