Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 663 Bytes

File metadata and controls

38 lines (24 loc) · 663 Bytes

tmpl

Build Status

Template Engine for Repository

Install

go get -u github.com/nwtgck/tmpl

Usage

Here is an example to create a project from docker.tmpl.

tmpl new https://github.com/nwtgck/docker.tmpl.git mydocker

Then, you have mydocker/ directory in pwd.

Use existing .tmpl

cd some_existing.tmpl
tmpl fill

OR

tmpl fill some_existing.tmpl

Binaries

Available binaries at Releases.