epp

command module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Nov 8, 2016 License: MIT Imports: 6 Imported by: 0

README

epp - Environment preprocessor

A small templating engine that allows you to use environmental variables. For example:

{% if HOME %}
...
{% endif %}

Will check if $HOME is set.

Installation

$ go get github.com/soudy/epp

Or download the latest release.

Usage

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

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