Documentation
¶
Overview ¶
Command pack builds the distributable GoWebComponents DevTools extension archive from the extension source folder — a single, dependency-free `go run` step instead of the manual Load-unpacked dance (audit FB6). It produces dist/gwc-devtools-<version>.zip, which is the directly-loadable package: Chrome Web Store / Edge Add-ons take the zip as-is, and Firefox loads it via about:debugging → Load Temporary Add-on (a signed .xpi is `web-ext sign` of the same zip). Using archive/zip from the standard library keeps the framework's zero-npm posture intact — no node, no web-ext, no toolchain to install.
Click to show internal directories.
Click to hide internal directories.