Skip to content
/ epp Public
forked from soudy/epp

A small templating engine that allows you to process templated strings or files.

License

Notifications You must be signed in to change notification settings

blendle/epp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

epp - Easy preprocessor

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

Installation

$ go get github.com/blendle/epp

Or download one of the stable releases.

Usage

$ epp inputfile -o output
$ epp - < input > output
$ epp inputfile # Write to stdout

About

A small templating engine that allows you to process templated strings or files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 86.3%
  • Shell 7.9%
  • Makefile 5.8%