go-nunu/nunu
A CLI tool for building Go applications.
Nunu is a command-line tool designed for Go developers to quickly set up and build new Go applications. It takes your project name and desired components (like handlers or services) as input, and outputs a well-structured Go project with essential frameworks pre-configured. This helps Go developers streamline their initial project setup and component creation, allowing them to focus on writing business logic rather than boilerplate.
2,551 stars. No commits in the last 6 months.
Use this if you are a Go developer looking to rapidly scaffold new applications or add standard components like handlers, services, and models to an existing Go project.
Not ideal if you are not a Go developer or if you prefer to set up every aspect of your Go project's directory structure and dependencies manually.
Stars
2,551
Forks
206
Language
Go
License
MIT
Category
Last pushed
Aug 25, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/go-nunu/nunu"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Related tools
NERVsystems/cotlib
cotlib is a secure, high-performance Go library for parsing, validating, and generating...
MelloB1989/karma
Karma is a powerful, modular library designed to simplify common tasks in Go development....
khuong02/kd-gen
The kd-gen is a Go code generation tool designed to create type-safe enums from YAML...