tdf-devtools-protocol

v0.0.41
The DevTools Protocol JSON

build

npm run protocol:generate-ts && npm run protocol:compile-ts && npm run site:build

protocol:lint

npx eslint --fix --ext .js,.ts,.jsx,.tsx ./scripts

protocol:generate-ts

ts-node scripts/index.ts

protocol:compile-ts

rimraf dist && tsc --build

protocol:changelog

node scripts/generate-changelog.js

site:build

rimraf site && npm run site:prep && cd protocol-viewer && node generate-sidenav-html.js && node create-search-index.js && node -r esm ../node_modules/.bin/eleventy && rollup -c rollup.config.js

site:prep

bash protocol-viewer/prep-tot-protocol-files.sh

site:serve

echo 'Open http://localhost:8696/devtools-protocol for built site'; statikk --port 8696 site
npm i tdf-devtools-protocol

Metadata

  • Unknown
  • Whatever
  • Unknown
  • released 5/11/2022

Downloads