yozel / tempi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tempi

Tempi is a minimalist template engine.

Installation

go get github.com/yozel/tempi/cmd

Usage

# text format, output to stdout
tempi -f example/values.yaml -o txt:-

# text format, output to file
tempi -f example/values.yaml -o txt:letter.txt

# pdf format, output to file
tempi -f example/values.yaml -o pdf:letter.pdf

About

License:MIT License


Languages

Language:Go 100.0%