Skip to content
forked from zhufuyi/sponge

Sponge is a powerful Go development framework, it's easy to develop web and microservice projects.

License

Notifications You must be signed in to change notification settings

ice-leng/sponge

 
 

Repository files navigation

Go Report codecov Go Reference Go Awesome Go License: MIT

当前版本为魔改原版本,具体用法请看 官方文档

源码安装 使用说明

    git clone https://github.com/ice-leng/sponge.git
    cd sponge/cmd/sponge
    go run ./main.go init

主要魔改功能有

  • 基于数据库dsn 添加表前缀
    数据库dsn: root:@(127.0.0.1:3306)/hyperf;prefix=t_
  • 去掉下载代码功能,替换为,命令行 在那个目录,代码就在这个目录下生成
    mkdir xxx
    cd xxx
    sponge run 
    ... // web 操作 代码下载 
	ls -al

About

Sponge is a powerful Go development framework, it's easy to develop web and microservice projects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 90.6%
  • Shell 8.6%
  • Other 0.8%