lolay/Nowline Roadmap Builder
Build Nowline roadmap diagrams from .nowline files or markdown.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| mode | file or markdown | no | file |
| input | Path to the .nowline file (file mode) | no | — |
| output | Output path for the rendered diagram (file mode) | no | — |
| files | Glob pattern for markdown files to scan (markdown mode) | no | **/*.md |
| output-dir | Directory where markdown-mode rendered images are written, relative to the repo root | no | .nowline/ |
| format | svg or png | no | svg |
| theme | light or dark | no | light |
| cli-version | Version of @nowline/cli to install on the runner. Defaults to the action version (lock-step). | no | — |
Outputs
| name | description |
|---|---|
| rendered | Number of diagrams rendered |
| failed | Number of diagrams that failed to render |
| changed-files | Newline-separated list of files written or modified by the action. Pair with stefanzweifel/git-auto-commit-action or peter-evans/create-pull-request to commit the result. |