blink-camera-system

v1.0.1
Node.js service for the Blink for Home camera system

format

prettier --write src/**/*.ts

lint

tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'

prebuild

rimraf dist

build

tsc --module commonjs && rollup -c rollup.config.ts

postbuild

npm run docs

docs

typedoc --out docs src/blink-camera-system.ts

start

rollup -c rollup.config.ts -w

test

jest --coverage

test:watch

jest --coverage --watch

test:prod

npm run lint && npm run test -- --no-cache

deploy-docs

ts-node tools/gh-pages-publish

report-coverage

cat ./coverage/lcov.info | coveralls

commit

git-cz

semantic-release

semantic-release

semantic-release-prepare

ts-node tools/semantic-release-prepare

precommit

lint-staged
npm i blink-camera-system

Metadata

  • MIT
  • Whatever
  • Dan Bovey
  • released 11/28/2022

Downloads

Maintainers