@cms-lab/reporter
v1.2.6
Published
HTML report rendering for cms-lab.
Readme
@cms-lab/reporter
HTML report rendering for cms-lab scan results.
import { renderHtmlReport } from "@cms-lab/reporter";The CLI uses this package for cms-lab scan --report. The generated report is a
self-contained HTML file with grouped diagnostics and client-side filters.
Use the share privacy mode when rendering a report that may be attached to a public issue:
renderHtmlReport(result, { privacy: "share" });Share-safe reports keep diagnostic codes, severity, route paths, and field paths visible, but redact CMS source IDs and local project paths.
Release History
See the repository changelog and GitHub Releases for version-by-version notes.
Open Source
MIT licensed. See the repository license, contributing guide, and support guide.
