@doubao-apps/kit 0.0.33 → 0.0.34

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 CHANGED
@@ -21,3 +21,9 @@ pnpm add -D @doubao-apps/kit typescript
21
21
  }
22
22
  }
23
23
  ```
24
+
25
+ ## SDK
26
+
27
+ Node.js 脚本、IDE、E2E 和自动化工具可以通过 `@doubao-apps/kit/sdk` 调用项目创建、开发服务器、构建、部署和调试直达能力。
28
+
29
+ 完整 API 和示例见 [SDK 使用指南](./SDK.md)。