We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8420aef commit ae28179Copy full SHA for ae28179
README.md
@@ -1,7 +1,26 @@
1
# AutoCRUD
2
3
> AutoCRUD 是一个全自动化 AI 辅助编程工具,也是一个在大气层设计的 DevTi 的 Jetbrains IDE 实现。AutoCRUD 直接对接到您的需求系统
4
-> (如 Jira、Trello、Github Issue 等)中,您只需要在 IDE 中点击一下,AutoCRUD 将根据您的需求,自动生成代码,您只需要做好代码质检即可。
+(如 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
+
18
19
+Run Screenshots:
20
21
+
22
23
+### 原理
24
25
AutoCRUD 处理过程:
26
0 commit comments