#14 · Primary category: Admin Systems & Rapid Development Platforms

nunu

ddd gin go golang golang-cli mcp mcp-client mcp-server scaffold

A CLI tool for building Go applications.

Project last updated:08/14/26

GitHub Stars

2.6K

Forks

207

Contributors

10

License

MIT

Why we included this project

Nunu is a Go scaffolding tool for developers who would rather start from a complete project than wire up a dozen libraries by hand. A single CLI command generates an application that already has Gin for HTTP, GORM for the data layer, and Wire for dependency injection, plus Zap for logging, Viper for configuration, JWT and Casbin for auth, and Redis for caching. The new codebase lands in a layered, DDD-style structure instead of a bare main.go, and because it uses pieces most Go developers already know, the learning curve stays low when someone joins the team. The layout also includes scheduled jobs, Swagger documentation, mock tooling, and optional MCP templates when you want to build model-context-protocol clients or servers. If you spin up Go backends or microservices regularly, Nunu gives you a repeatable starting point.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category