-
Notifications
You must be signed in to change notification settings - Fork 9
Introduction
Ilyes edited this page Jul 25, 2018
·
1 revision
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
.