Back to catalog

nunu

by go-nunu

Pending

A CLI tool for building Go applications.

2,539stars
203forks
Go
Added 12/27/2025
MCP Serversdddgingogolanggolang-climcpmcp-clientmcp-serverscaffold
Installation
# Add to your Claude Code skills
git clone https://github.com/go-nunu/nunu
README.md

<a href="https://trendshift.io/repositories/9047" target="_blank"><img src="https://trendshift.io/api/badge/repositories/9047" alt="go-nunu%2Fnunu | Trendshift" style="width: 250px; height: 55px;" width="250" height="55"/></a>

Nunu — A CLI tool for building Go applications.

Nunu is a scaffolding tool for building Go applications. Its name comes from a game character in League of Legends, a little boy riding on the shoulders of a Yeti. Just like Nunu, this project stands on the shoulders of giants, as it is built upon a combination of popular libraries from the Go ecosystem. This combination allows you to quickly build efficient and reliable applications.

🚀Tips: This project is very complete, so updates will not be very frequent, welcome to use.

Nunu

Documentation

Features

  • Gin: https://github.com/gin-gonic/gin

  • Gorm: https://github.com/go-gorm/gorm

  • Wire: https://github.com/google/wire

  • Viper: https://github.com/spf13/viper

  • Zap: https://github.com/uber-go/zap

  • Golang-jwt: https://github.com/golang-jwt/jwt

  • Go-redis: https://github.com/go-redis/redis

  • Testify: https://github.com/stretchr/testify

  • Sonyflake: https://github.com/sony/sonyflake

  • Gocron: https://github.com/go-co-op/gocron

  • Go-sqlmock: https://github.com/DATA-DOG/go-sqlmock

  • Gomock: https://github.com/golang/mock

  • Swaggo: https://github.com/swaggo/swag

  • Casbin: https://github.com/casbin/casbin

  • Pitaya: https://github.com/topfreegames/pitaya

  • MCP-GO: https://github.com/mark3labs/mcp-go

  • More...

Key Features

  • Low Learning Curve and Customization: Nunu encapsulates popular libraries that Gophers are familiar with, allowing you to easily customize the application to meet specific requirements.
  • High Performance and Scalability: Nunu aims to be high-performance and scalable. It uses the latest technologies and best practices to ensure that your application can handle high traffic and large amounts of data.
  • Security and Reliability: Nunu uses stable and reliable third-party libraries to ensure the security and reliability of your application.
  • Modular and Extensible: Nunu is designed to be modular and extensible. You can easily add new features and functionality by using third-party libra...