pack

command
v4.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 5, 2026 License: MIT Imports: 6 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL