nunu icon indicating copy to clipboard operation
nunu copied to clipboard

A CLI tool for building Go applications.

Results 12 nunu issues
Sort by recently updated
recently updated
newest added

大佬模板整的挺好的,用这套搞了两应用,正好碰到用户体系的问题可能要拆点服务出去,不知道有没有现成的东西套下

Is there a roadmap for what you plan to add to the project? It would be good to have a discussion group; I am interested in being a contributor to...

![image](https://github.com/go-nunu/nunu/assets/5811430/adcbe232-01bb-44d5-944f-042806b24073) 比如增加一个order数据库,repository.go增加: `func NewOrderDB(conf *viper.Viper) *gorm.DB { dbOrder, err := gorm.Open(mysql.Open(conf.GetString("data.mysql.order")), &gorm.Config{}) if err != nil { panic(fmt.Sprintf("mysql error: %s", err.Error())) } return dbOrder }` wire.go增加如下: ![image](https://github.com/go-nunu/nunu/assets/5811430/ce3dac22-e655-4cef-a8d6-cefc0bb7ffb7) 然后执行nunu wire all...

good first issue

可否把内置的Web Framework变成可以替换的,比如Gin可以替换为Fiber适用于高性能场景?

我研究了一下这个脚手架,发现根本不知道怎么用,文档指引是站在很熟悉框架的角度写的,只指导了一个项目怎么启动起来,但是没有给出指引我要怎么加入自己的东西,比如我想加入一个模型,应该做什么?我试了按照user的方式加入了一个新模型,但是搞了半天不知道怎么更新数据库的表。然后同理,怎么添加接口。。。 希望知道文档能够提供一个demo来说明这些步骤

## What kind of this pr? - Feat: Migrate from survey to bubble tea for Interactive Inputs (Because of the survey this repository has been archived) ### Description This PR...