@mokup/cli 0.1.0 → 0.2.0

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
@@ -4,4 +4,6 @@ English | [Chinese](./README.zh-CN.md)
4
4
 
5
5
  ## Overview
6
6
 
7
- The Mokup CLI builds manifests and handler bundles from mock files so they can be used by the runtime, server adapters, and Worker deployments. For detailed usage, see https://mokup.icebreaker.top.
7
+ This package exposes the manifest builder API used by the Mokup CLI. The `mokup`
8
+ command is now shipped by the `mokup` package. For detailed usage, see
9
+ https://mokup.icebreaker.top.
package/README.zh-CN.md CHANGED
@@ -4,4 +4,5 @@
4
4
 
5
5
  ## 概览
6
6
 
7
- Mokup CLI 用于从 mock 文件生成 manifest 和处理器包,供运行时、Server 适配器和 Worker 部署使用。完整文档见 https://mokup.icebreaker.top。
7
+ 本包提供 Mokup CLI 使用的 manifest 构建 API。`mokup` 命令由 `mokup` 包提供。
8
+ 完整文档见 https://mokup.icebreaker.top。