cool-admin-go

command module
v0.1.8 Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2022 License: MIT Imports: 7 Imported by: 0

README

CoolAdminGo

Go Reference Build Release

CoolAdmin 的 Go 版本后端

开发中,未完成

TODO

  • 基础 CURD 结构搭建
  • model 层快速生成
  • service 层快速生成
  • controller 层快速生成
  • 中间件错误状态及错误码与 node 版本统一
  • 全局错误码统一
  • controller 层接口输入与 node 版本统一
  • 优化开发工具安装体验
  • service 层逻辑补全
  • base模块逻辑补全
  • 其他项目需求

使用说明

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

1.安装cool-tools开发工具

安装命令

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

验证

cool-tools version

如果提示找不到命令,一般是因为没有将 GOPATH 环境变量配置到系统环境变量中,我们可以进入 GOPATH 目录下的 bin 目录下执行命令来将cool-tools安装到系统中

cd $(go env GOPATH)/bin

./cool-tools install
2.创建新项目
cool-tools init hello-world
3.安装gf工具

这一步需要有 wget 命令,晚点再调整成 curl 命令

cd hello-world
make cli
4.安装依赖
go mod tidy
5.启动开发环境
gf 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