go-nunu/nunu
A CLI tool for building Go applications.
feat: add --buildFlags ``` nunu upgrade nunu -v ```
feat: add mcp server ``` nunu upgrade nunu -v ```
feat: add the admin panel ``` nunu upgrade nunu -v ```
Supports Websocket/TCP
feat: nunu create support SnakeCase chris 5 minutes ago you can run ``` nunu upgrade ```
📦 新特性说明:
- 支持过滤排除指定目录`excludeDir`
- 支持监听指定后缀文件类型`includeExt`
- 支持传递服务进程参数,`--`分隔符之后的参数为程序子进程参数
add cmd `nunu wire all`
Usage: nunu [command] Examples: nunu new demo-api Available Commands: completion Generate the autocompletion script for the specified shell create Create a new handler/service/dao... help Help about any command new create a new project. run nunu run [main.go path] upgrade Upgrade the nunu command. wire nunu wire [wire.go path]
