gulien / orbit

:satellite: A cross-platform task runner for executing commands and generating files from templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Configuration parameter to change the delimiters

kpym opened this issue · comments

It would be nice if we can setup the default delimiters when the template file has already {{...}} for some other propose.

I know that we can use {{`{{The original text}}`}}, but I think that a configuration parameter that allows for example to use [[.Orbit.Values.name]] would be simpler for the user.

In go template library it is easy to change the delimiters using Delims.