homebridge

v1.4.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

clean

rimraf lib/

watch

nodemon

postpublish

npm run clean

test-coverage

jest --coverage --forceExit --detectOpenHandles

prepublishOnly

npm run build

Metadata

Downloads