@mokup/cli 0.0.1 → 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 +3 -1
- package/README.zh-CN.md +2 -1
- package/dist/index.cjs +722 -11
- package/dist/index.mjs +724 -10
- package/package.json +2 -5
- package/dist/cli.cjs +0 -118
- package/dist/cli.d.cts +0 -1
- package/dist/cli.d.mts +0 -1
- package/dist/cli.d.ts +0 -1
- package/dist/cli.mjs +0 -116
- package/dist/shared/cli.D0D0o7Rg.mjs +0 -714
- package/dist/shared/cli.yAHcdIVy.cjs +0 -717
package/README.md
CHANGED
|
@@ -4,4 +4,6 @@ English | [Chinese](./README.zh-CN.md)
|
|
|
4
4
|
|
|
5
5
|
## Overview
|
|
6
6
|
|
|
7
|
-
|
|
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