clack-kit 0.0.1-beta.2 → 0.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,15 +1,19 @@
|
|
|
1
1
|
# clack-kit
|
|
2
2
|
|
|
3
3
|
> [!WARNING]
|
|
4
|
+
>
|
|
4
5
|
> Powered by AI and reviewed by humans
|
|
5
6
|
>
|
|
6
|
-
>
|
|
7
|
+
> 主要代码均由 AI 生成,并由我来审核,但仍然可能存在遗漏的地方
|
|
8
|
+
|
|
9
|
+
`clack-kit` 是一个对 [`@clack/prompts`](https://github.com/bombshell-dev/clack) 进行二次封装的库,旨在快速搭建终端交互流程(workflow)
|
|
7
10
|
|
|
8
|
-
|
|
11
|
+
[@clack/prompts 文档](https://bomb.sh/docs/clack/packages/prompts/) | [clack-kit 文档](https://clack-kit.aliuq.workers.dev)
|
|
9
12
|
|
|
10
|
-
|
|
13
|
+
## Features
|
|
11
14
|
|
|
12
|
-
|
|
15
|
+
- 支持结构化的 workflow 定义
|
|
16
|
+
- 支持历史记录、断点恢复、日志保存
|
|
13
17
|
|
|
14
18
|
## 它适合什么场景
|
|
15
19
|
|