chrome-debugging-client

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

prepare

npm run rebuild

compile-protocol-gen

tsc -p scripts/tsconfig.json

protocol-gen

npm run compile-protocol-gen && 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