From 90f3fb3a31e177fb2a115ef1b2c64909b307da2a Mon Sep 17 00:00:00 2001 From: Murilo Machado <7840860+murilopmachado@users.noreply.github.com> Date: Sun, 8 Mar 2026 17:20:52 +0100 Subject: [PATCH] docs: add quick example showing custom delimiter coexistence --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 34a0e3d..9ac651e 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,12 @@ yankrun clone --repo https://github.com/AxeForging/template-tester.git \ # Or template an existing directory yankrun template --dir ./my-project --input values.yaml --verbose + +# Works alongside Helm/Jinja/Go templates — default [[ ]] won't touch {{ }} +yankrun template --dir ./helm-chart --input values.yaml + +# Or pick your own delimiters if [[ ]] conflicts with something +yankrun template --dir ./project --input values.yaml --startDelim "<%" --endDelim "%>" ``` ## Features