kewang/spek - OpenSpec Static Site
Build a static HTML viewer for your OpenSpec documentation
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 10, 2026
- License
- MIT
Pinned Snippet
uses: kewang/spek@5147e85d53a6df440535b5c9d5086007f8de194e # v1.6.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-path | Path to the repository containing openspec/ directory | no | . |
| output-path | Output file path for the generated HTML | no | spek-output/spek.html |
| title | Page title for the generated HTML | no | OpenSpec Viewer |
| spek-version | spek version/ref to use (tag, branch, or commit SHA) | no | master |
| generate-badges | Generate SVG badge files (specs count, open changes, tasks status) | no | false |
Outputs
| name | description |
|---|---|
| html-path | Absolute path to the generated HTML file |
| badges-path | Absolute path to the generated badges directory |