Skip to content

Commit 82b9a0a

Browse files
committed
feat(jzero): update README
feat(jzero): update README feat(jzero): update README
1 parent c88d989 commit 82b9a0a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212

1313
## 简介
1414

15-
基于 [go-zero框架](https://github.com/zeromicro/go-zero) 以及 [go-zero/goctl工具](https://github.com/zeromicro/go-zero/tree/master/tools/goctl) 开发的 [jzero](https://github.com/jzero-io/jzero) 框架, 可一键初始化 api/gateway/rpc 项目, 并基于可描述文件(**api/proto/sql**)自动生成**服务端和客户端**代码, 降低开发心智, 解放双手!
15+
基于 [go-zero框架](https://github.com/zeromicro/go-zero) 以及 [go-zero/goctl工具](https://github.com/zeromicro/go-zero/tree/master/tools/goctl) 开发的 [jzero](https://github.com/jzero-io/jzero) 框架, 可一键初始化 api/gateway/rpc 项目。
16+
17+
基于可描述文件(**api/proto/sql**)自动生成**服务端和客户端**代码, 并内置 jzero-skills,让 AI 生成符合最佳实践的业务逻辑代码降低开发心智, 解放双手!
1618

1719
具备以下特点:
1820

@@ -71,6 +73,10 @@ http://localhost:8001/swagger
7173
* jzero-intellij(jzero 的 goland 插件): https://github.com/jzero-io/jzero-intellij
7274
* jzero-admin(基于 jzero 的后台管理系统): https://github.com/jzero-io/jzero-admin
7375

76+
<video width="720" height="450" controls>
77+
<source src="https://oss.jaronnie.com/jzero-intellij.mp4" type="video/mp4">
78+
</video>
79+
7480
更多生态请查阅: [https://docs.jzero.io/ecosystem](https://docs.jzero.io/ecosystem)
7581

7682
## 贡献者

docs/src/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,11 @@ http://localhost:8001/swagger
6565
```
6666
:::
6767

68+
## 生态
6869

70+
* jzero-intellij(jzero 的 goland 插件): https://github.com/jzero-io/jzero-intellij
71+
* jzero-admin(基于 jzero 的后台管理系统): https://github.com/jzero-io/jzero-admin
6972

73+
https://github.com/user-attachments/assets/69691ae7-cc5f-4e14-8aa6-e7ef6847af1e
74+
75+
更多生态请查阅: [https://docs.jzero.io/ecosystem](https://docs.jzero.io/ecosystem)

0 commit comments

Comments
 (0)