@vibeopc/testpublish-3 1.0.18 → 1.0.19

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.
Files changed (2) hide show
  1. package/README.md +43 -0
  2. package/package.json +4 -2
package/README.md ADDED
@@ -0,0 +1,43 @@
1
+ # 测试用户3
2
+
3
+ 这是测试简介3
4
+ 📍 杭州
5
+
6
+ ---
7
+
8
+ ## 一条命令,了解我
9
+
10
+ ```bash
11
+ npx @vibeopc/testpublish-3
12
+ ```
13
+
14
+ ## 可用命令
15
+
16
+ ### `whoami` — 关于我
17
+
18
+ ### `skills` — 我的技能
19
+
20
+ ```
21
+ 技能3
22
+ - React
23
+ - Node.js
24
+ ```
25
+
26
+ ### `projects` — 我的项目
27
+
28
+ ```
29
+ 项目3介绍
30
+ ```
31
+
32
+ ### `links` — 链接
33
+
34
+ ---
35
+
36
+ ## 链接
37
+
38
+ - [github](https://github.com/user3)
39
+ - [twitter](https://twitter.com/user3)
40
+
41
+ ---
42
+
43
+ > 由 [VibeOPC](https://vibeopc.app) 生成 · 2026
package/package.json CHANGED
@@ -1,12 +1,14 @@
1
1
  {
2
2
  "name": "@vibeopc/testpublish-3",
3
- "version": "1.0.18",
3
+ "version": "1.0.19",
4
4
  "description": "测试用户3 的 CLI 名片 - 这是测试简介3",
5
+ "readme": "# 测试用户3\n\n这是测试简介3\n📍 杭州\n\n---\n\n## 一条命令,了解我\n\n```bash\nnpx @vibeopc/testpublish-3\n```\n\n## 可用命令\n\n### `whoami` — 关于我\n\n### `skills` — 我的技能\n\n```\n技能3\n- React\n- Node.js\n```\n\n### `projects` — 我的项目\n\n```\n项目3介绍\n```\n\n### `links` — 链接\n\n---\n\n## 链接\n\n- [github](https://github.com/user3)\n- [twitter](https://twitter.com/user3)\n\n---\n\n> 由 [VibeOPC](https://vibeopc.app) 生成 · 2026",
5
6
  "bin": {
6
7
  "testpublish-3": "./index.js"
7
8
  },
8
9
  "files": [
9
- "index.js"
10
+ "index.js",
11
+ "README.md"
10
12
  ],
11
13
  "engines": {
12
14
  "node": ">=16"