Skip to content
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.

Motivation

Coding usually requires a lot of tedious work at the beginning, such as creating license files, Makefiles, gathering asset files, creating a working skeleton.

Solution

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.

Where to start?

After following the Installation page, take a look at the Usage page for details on how to start using boilr.

Clone this wiki locally