Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: update readme #170

Merged
merged 1 commit into from
Aug 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.En.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ provides rich functions for the development of medium and large back-ends, suppo
The official comes with a variety of extensions to help small and medium-sized enterprises quickly go to the cloud and
iterate quickly. Suitable for microservice learning and commercial use, open source and free.

## [Simple Admin Tools](https://github.com/suyuan32/simple-admin-tools)
## [Goctls](https://github.com/suyuan32/goctls)

Based on the enhanced version of go zero, it provides a lot of optimizations for simple admin, has a lot of additional
code generation functions,
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,15 @@
Simple Admin 是一个开箱即用的分布式微服务后端管理系统,基于go-zero开发,为开发中大型后台提供了丰富的功能,支持三端代码生成。
官方自带多种扩展,助力中小企业快速上云,快速迭代。适合用于微服务学习和商用,开源免费。

## [Simple Admin Tools](https://github.com/suyuan32/simple-admin-tools)
## [Goctls](https://github.com/suyuan32/goctls)

基于 go zero 的加强版工具,针对 simple admin 提供了大量优化,具有大量额外的代码生成功能,全面支持ent,轻松实现三端代码生成,使开发变得简单。

## 相关教程

> [Bilibili 视频教程](https://space.bilibili.com/9872669/channel/series) \
> 关注微信公众号 - 几颗酥 获取更多教程

#### [Ent 中文文档](https://suyuan32.github.io/ent-chinese-doc/#/zh-cn/getting-started)

## 特性
Expand Down