roamingowl/Render template output with eta

Renders a template string using ETA syntax into a text output.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
templateTemplate string to render, or a path to file with template. Supports ETA syntax.yes
varNameName of the variable which holds all data to be used in the template (variables)noit
variablesVariables to substitute in the template. You can use YAML, JSON or dotenv format.no
namedescription
textRendered template string