Skip to content
Tamer TAS edited this page Dec 18, 2015 · 25 revisions

Install Script

Download install script and run it to install the tmplt binary.

The tmplt binary will be installed to ~/bin/tmplt.

Building from the Source Code

Download the source code repository and make sure you have a valid Go development environment. Then use the following commands in the source code repository:

godep restore
go install tmplt.go
Clone this wiki locally