homebridge

v1.3.0-alpha.0
HomeKit support for the impatient

dev

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

docs

rimraf docs && typedoc src/index.ts

lint

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

test

jest

build

npm run clean && tsc

clean

rimraf lib/

postpublish

npm run clean

prepublishOnly

npm run build

Metadata

Downloads