SKA is simple scaffolding tool like yeoman but simpler and like helm templates but for everything.
Templates powered by go template package and has this structure:
.
+--~/.local/share/ska
| +--your_template
| | +--values.toml // Values for templates
| | +--templates // Actual templates
| | | +--main.go
| | | +--Makefile
| | | ...
$ ska your_template
$EDITOR will be opened with values.toml copy. After you save and quit templates will be recursively executed and copied to current folder.
$ go install https://github.com/xdefrag/ska