A small templating engine that allows you to process templated strings or files.
For example:
{{ if (env "HOME") }}
...
{{ end }}
Will check if $HOME
is set.
You can use all of the helpers provided by the Sprig library
$ go get github.com/blendle/epp
Or download one of the stable releases.
$ epp inputfile -o output
$ epp - < input > output
$ epp inputfile # Write to stdout