halfrgrd/evp
Render a VHS-format .tape script with evp, producing an animated GIF or SVG. Downloads a prebuilt linux-amd64 binary from the GitHub Release matching the requested version (no Docker, no Rust toolchain required).
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| script | Path to the .tape script to render. | yes | — |
| output | Output file path. Extension picks the renderer (.gif or .svg). If unset, the script's `Output` directive is used. | no | "" |
| version | evp release tag to install (e.g. `v0.2.0`), or `latest`. | no | latest |
| font | Optional path to a TTF/OTF font for the GIF renderer. Defaults to the embedded JetBrains Mono family. | no | "" |
| log-level | Log level: error|warn|info|debug|trace. | no | info |
| install-dir | Directory where the `evp` binary is installed. Added to $PATH for subsequent steps. | no | /usr/local/bin |
Outputs
| name | description |
|---|---|
| output-path | Resolved output path that evp wrote to. |
| evp-version | Resolved evp release tag that was installed. |