Member-only story
Test Liquid Template with Live Preview
This blog is about how to test or debug the liquid template during the development from local work station.
If you are working on integration application where you need to map source data to destination data, Liquid template is great tool to write those mapping logic.
You can map source data like XML, json, CSV into destination format like XML, JSON, HTML etc.
https://shopify.dev/api/liquid
It’s very quick and easy tool to learn, the issue I had with this was to test it on local work station I did not found any way uptil now to test those on my machine.
Now I found it so I will be sharing it here in this blog today 😁
LivePreview Liquid Template
To preview the result of your liquid map you can simply download AzureLiquid.Preview using dotnet tool command
dotnet tool install -g AzureLiquid.Preview
to update you can use
dotnet tool update -g AzureLiquid.Preview
Command has following argument
Argument
Description
–help
Shows help description within the console
–watch
Switch parameter to…