Docker Image: https://hub.docker.com/r/godeltech/codereview.template-renderer
Command line template rending tool. It accepts JSON file as data source and .liquid template as template file.
To build the Docker image, run the following command:
docker build -t codereview.template-renderer .
docker run codereview.template-renderer liquid -o result.txt -t template.liquid -d data.json
Create issue summary using provided manifest
> dotnet CodeReview.TemplateRenderer.dll liquid -o result.txt -t template.liquid -d data.json
Arguments | Key | Required | Type | Description argument |
---|---|---|---|---|
--template | -t | true | string | Path to scriban template file |
--data | -d | true | string | Path to data file |
--output | -o | true | string | Output file path |
This project is licensed under the MIT License. See the LICENSE file for more details.