Skip to content

Command line tool for processing template file using Go text/template syntax

License

Notifications You must be signed in to change notification settings

powerman/gotmpl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gotmpl GoDoc Go Report Card CircleCI Coverage Status

Command line tool for processing template file using Go text/template syntax.

Installation

go get github.com/powerman/gotmpl

Or use static binary:

curl -s -L -o /usr/local/bin/gotmpl \
    https://github.com/powerman/gotmpl/releases/download/v1.1.1/gotmpl-`uname -s`-`uname -m`
chmod +x /usr/local/bin/gotmpl

Usage

gotmpl <config.yaml.tmpl >config.yaml

About

Command line tool for processing template file using Go text/template syntax

Resources

License

Stars

Watchers

Forks

Packages

No packages published