This commit is contained in:
2025-06-20 17:13:51 +08:00
parent 1b55403cd6
commit fd0345a034
472 changed files with 52560 additions and 77 deletions

19
cool-tools/README.MD Normal file
View File

@@ -0,0 +1,19 @@
# CoolTools
[![Go Reference](https://pkg.go.dev/badge/github.com/cool-team-official/cool-admin-go/cool-tools.svg)](https://pkg.go.dev/github.com/cool-team-official/cool-admin-go/cool-tools)
cool-tools is a collection of tools for cool people.
## 安装
```bash
go install github.com/cool-team-official/cool-admin-go/cool-tools@latest
```
## 使用
初始化一个新的 cool-admin-go 项目
```bash
cool-tools init <project-name>
```