Skip to content

herb-go/herb-go

Repository files navigation

herb-go 创建基于 Herb 框架的应用程序的命令行工具

通过命令行方式创建应用程序

模块列表

  • help 帮助模块

  • project 创建新程序

  • module 创建自定义模块

  • moduleinitializer 模块初始化代码

  • event 创建应用程序事件

  • translations 创建翻译配置

  • uniqueid 创建唯一 ID 代码配置

  • session 创建会话模块

  • member 创建用户模块

  • memberloginform 用户登陆表单

  • config 创建配置文件

  • constants 创建程序常量文件

  • cache 创建缓存代码

  • database 创建 SQL 连接

  • modelmapper 创建数据库模型代码

  • modelmapperupdate 更新数据库模型代码

  • modelmapperdatasource 创建数据库模型数据源代码

  • modelmapperform 创建数据库模型表单代码

  • modelmapperselect 创建数据的 select 代码。一般用于接受自定义结构数据的接受。比如 Join 查询或者各函数的查询。

  • api 创建对接 api 接口的代码和配置

  • router 创建路由代码

  • fom 创建表单

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages