chuhlomin/Render Template
Renders file based on template and passed variables
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| template | Path to template | yes | — |
| vars | Variables to use in template | no | — |
| vars_path | Path to YAML file with variables | no | — |
| result_path | Desired path to result file (optional) | no | — |
| timezone | Timezone to use in `date` template function | no | — |
Outputs
| name | description |
|---|---|
| result | Rendered file content |