epp

command module
v2.1.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 4, 2018 License: MIT Imports: 5 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL