Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 468 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 468 Bytes

LiquidGenerator

Apply templates (Liquid or Razor) to a data source (e.g. json)

.NET Core

Install

$ dotnet tool install liquid -g

Usage

$ liquid apply -t ./liquidTemplate.lt -d ./jsonrequest.json -o ./report.html

with razor template

$ liquid apply -t ./template.cshtml -d ./jsonrequest.json -o ./report.html -e Razor