chrome-debugging-client

v0.4.0
An async/await friendly Chrome debugging client with TypeScript support
chrome debugging protocol typescript

prepublish

npm run rebuild

protocol-gen

tsc -p scripts/tsconfig.json && node dist/scripts/generate-protocol.js

rebuild

rm -rf dist && tsc

compile

tsc --watch

lint

tslint -p tsconfig.json

test

tsc && node dist/test/index.js | faucet

Metadata

Downloads