go-blueprint

CLI tool to streamline Go project setup with standardized structure

brewmacoslinux
Try with needOr install directly
Source

About

CLI to streamline Go project setup with standardized structure

Commands

go-blueprint

Examples

Create a new Go project with standard structure$ go-blueprint create myproject
Generate a new Go project with custom template$ go-blueprint create myproject --template web
Display help information about available commands$ go-blueprint --help