Nunu
UnclaimedA CLI tool for building Go applications.
Install
npx skills add go-nunu/nunu-skills --skill build-with-nunuUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (16)
cmd
This module contains the entry points of the application, which perform different operations based on different commands, such as starting the server or executing database migrations. Each sub-module has a main.go file as the entry file, as well as wire.go and wiregen.go files for dependency injecti
deploy
This module is used for deploying the application and includes deployment scripts and configuration files.
Go-redis
https://github.com/go-redis/redis
Go-sqlmock
https://github.com/DATA-DOG/go-sqlmock
Golang-jwt
https://github.com/golang-jwt/jwt
handler
This sub-module contains the handlers for handling HTTP requests, responsible for receiving requests and invoking the corresponding services for processing.
internal
This module is the core module of the application and contains the implementation of various business logic.
job
This sub-module contains the logic for background tasks.
model
This sub-module contains the definition of data models.
pkg
This module contains some common utilities and functions.
repository
This sub-module contains the implementation of the data access layer, responsible for interacting with the database.
scripts
This module contains some script files used for project build, test, and deployment operations.
server
This sub-module contains the implementation of the HTTP server.
service
This sub-module contains the implementation of the business logic, responsible for handling specific business operations.
storage
This module is used for storing files or other static resources.
web
This module contains the frontend-related files, such as HTML, CSS, and JavaScript.