MCPVault
Nunu logo

Nunu

未申請

作者: go-nunu

A CLI tool for building Go applications.

dddgingogolanggolang-climcpmcp-clientmcp-serverscaffold

インストール

$npx skills add go-nunu/nunu-skills --skill build-with-nunu

未申請リスティング

このMCPサーバーはあなたのものですか?

このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。

このサーバーを申請する

ツール(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.