-
Notifications
You must be signed in to change notification settings - Fork 118
Introduction
Tamer TAS edited this page Dec 18, 2015
·
3 revisions
tmplt is a fast & powerful command-line project templating tool. It is written in Go and supports Go templates for project templates.
Coding usually requires a lot of tedious work at the beginning, such as creating license files, Makefiles, gathering asset files, creating a working skeleton.
tmplt
is a cli-tool with a pragmatic approach to creating projects and
eliminating boilerplate coding parts. tmplt
has the following goals:
- Make creating projects easier and error-free.
- Eliminate dependencies and create a single binary that is portable.
After following the Installation page, take a look at the Usage
page for details on how to start using tmplt
.