Skip to content

Library and program to be able to test Liquid transformations. Uses DotLiquid to perform the mapping.

License

Notifications You must be signed in to change notification settings

wallid/LiquidTransformation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LiquidTransformation

Library and program to be able to test Liquid transformations. Uses DotLiquid to perform the mapping.

Parameters for LiquidTransform.exe:

Parameter Description Required
-t | –template Full path to the Liquid template to use. Yes
-c | –content Full path to Content file. Yes
-d | –destination Full path to destination file. Will overwrite an existing file Yes
-r –rootelement Root element to add before render. For Logic Apps you will need to use content No
-u | –rubynaming Use RubyNamingConvention, Logic Apps use C# naming conventions and will be the default. No
-? | -h | –help Show help information No

DotLiquid Information
Web site http://dotliquidmarkup.org
Repository https://github.com/dotliquid/dotliquid
Nuget package https://www.nuget.org/packages/DotLiquid/

About

Library and program to be able to test Liquid transformations. Uses DotLiquid to perform the mapping.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 96.5%
  • Liquid 3.5%