@hippy/devtools-protocol

v0.0.4
The DevTools Protocol JSON

build

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

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 @hippy/devtools-protocol

Metadata

  • Unknown
  • Whatever
  • Unknown
  • released 6/27/2023

Downloads