cool-admin-go

command module
v1.5.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 7, 2024 License: MIT Imports: 6 Imported by: 0

README

CoolAdminGo

Go Reference Build Release Goproxy.cn

CoolAdmin 的 Go 版本后端

TODO

  • 基础 CURD 结构搭建
  • model 层快速生成
  • service 层快速生成
  • controller 层快速生成
  • 中间件错误状态及错误码与 node 版本统一
  • 全局错误码统一
  • controller 层接口输入与 node 版本统一
  • 优化开发工具安装体验
  • service 层逻辑补全
  • base 模块逻辑补全 感谢 @imhuso
  • 开发文档编制
  • 数据库驱动补充
  • 文件上传驱动补充
  • 其他项目需求

使用说明

首先下载安装 Go 语言环境,如果没有安装,请自行安装,如果已经安装,请自行配置环境变量

1.安装cool-tools开发工具

从 github 下载

wget -O cool-tools https://github.com/cool-team-official/cool-admin-go/releases/latest/download/cool-tools_$(go env GOOS)_$(go env GOARCH) && chmod +x cool-tools && ./cool-tools install  && rm ./cool-tools

如果到直接下载速度过慢,可使用pgit加速安装

pgit wget -O cool-tools https://github.com/cool-team-official/cool-admin-go/releases/latest/download/cool-tools_$(go env GOOS)_$(go env GOARCH) && chmod +x cool-tools && ./cool-tools install  && rm ./cool-tools

通过go install安装

go install github.com/cool-team-official/cool-admin-go/cool-tools@latest

验证

cool-tools version
2.创建新项目
cool-tools init hello-world
3.安装依赖
cd hellow-world
go mod tidy
5.启动开发环境
cool-tools run main.go

enjoy it!

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
contrib
drivers/mssql Module
drivers/mysql Module
drivers/pgsql Module
files/local Module
files/minio Module
files/oss Module
cool module
cool-tools module
docs module
frontend module
internal
cmd
base Module
demo Module
dict Module
space Module
task Module

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL