-
Notifications
You must be signed in to change notification settings - Fork 118
Introduction
Tamer Tas edited this page Dec 19, 2015
·
3 revisions
boilr
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.
boilr
is a cli-tool with a pragmatic approach to creating projects and
eliminating boilerplate coding parts. boilr
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 boilr
.