Skip to content

Commit ae28179

Browse files
committed
docs: add snapshots
1 parent 8420aef commit ae28179

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,26 @@
11
# AutoCRUD
22

33
> AutoCRUD 是一个全自动化 AI 辅助编程工具,也是一个在大气层设计的 DevTi 的 Jetbrains IDE 实现。AutoCRUD 直接对接到您的需求系统
4-
> (如 Jira、Trello、Github Issue 等)中,您只需要在 IDE 中点击一下,AutoCRUD 将根据您的需求,自动生成代码,您只需要做好代码质检即可。
4+
(如 Jira、Trello、Github Issue 等)中,您只需要在 IDE 中点击一下,AutoCRUD 将根据您的需求,自动生成代码,您只需要做好代码质检即可。
5+
6+
7+
## Usage
8+
9+
### Steps
10+
11+
1. add `// devti://story/github/1` comments in your code
12+
2. configure GitHub and OpenAI config
13+
3. click `AutoCRUD` button in the right top corner of the IDE
14+
15+
Token Configure:
16+
17+
![Token Configure](https://unitmesh.cc/autocrud/configure-token.png)
18+
19+
Run Screenshots:
20+
21+
![AutoCRUD](https://unitmesh.cc/autocrud/init-instruction.png)
22+
23+
### 原理
524

625
AutoCRUD 处理过程:
726

0 commit comments

Comments
 (0)