Directories
¶
| Path | Synopsis |
|---|---|
|
Package changelogcheck verifies that a CHANGELOG markdown file contains an entry for a given release version.
|
Package changelogcheck verifies that a CHANGELOG markdown file contains an entry for a given release version. |
|
cmd/changelogcheck
command
Command changelogcheck exits non-zero when CHANGELOG.md has no section entry for the given version, so a release workflow can gate a tag on a changelog entry.
|
Command changelogcheck exits non-zero when CHANGELOG.md has no section entry for the given version, so a release workflow can gate a tag on a changelog entry. |
|
devtools-extension
|
|
|
pack
command
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).
|
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). |
|
templates
Package components holds the headless component templates that `gwc add` copies into your project.
|
Package components holds the headless component templates that `gwc add` copies into your project. |
|
Command/library hookcheck is a static "rules of hooks" analyzer for GoWebComponents.
|
Command/library hookcheck is a static "rules of hooks" analyzer for GoWebComponents. |
|
cmd/hookcheck
command
Command hookcheck reports GoWebComponents "rules of hooks" violations: any Use* hook (including ui.UseEvent behind an On* handler) called inside a loop.
|
Command hookcheck reports GoWebComponents "rules of hooks" violations: any Use* hook (including ui.UseEvent behind an On* handler) called inside a loop. |
|
Package reprobuild verifies that the release wasm build is reproducible: two independent builds of the same commit must produce byte-identical artifacts (the provenance attestation implicitly promises this).
|
Package reprobuild verifies that the release wasm build is reproducible: two independent builds of the same commit must produce byte-identical artifacts (the provenance attestation implicitly promises this). |
|
Package sbom generates a CycloneDX software bill of materials for the module's dependency graph, so a release can attach an SBOM whose package list matches go.mod.
|
Package sbom generates a CycloneDX software bill of materials for the module's dependency graph, so a release can attach an SBOM whose package list matches go.mod. |
|
cmd/sbom
command
Command sbom writes a CycloneDX SBOM for the module to the given path.
|
Command sbom writes a CycloneDX SBOM for the module to the given path. |
|
Command sitegen builds the GoWebComponents docs site.
|
Command sitegen builds the GoWebComponents docs site. |
Click to show internal directories.
Click to hide internal directories.