tplgen

Opinionated Go project scaffolding tool.

What it generates

Quick start

tplgen new myapp --module github.com/you/myapp

Overrides

Any generated file can be replaced by dropping a file at the same relative path under ~/.tplgen/overrides/. Templates use Go's text/template with the same variable set.

← All projects