Skip to content

Cli tool for applying Liquid and Razor templates to a data source (e.g. json file)

Notifications You must be signed in to change notification settings

jorelius/LiquidGenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Cli tool for applying Liquid and Razor templates to a data source (e.g. json file)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages