nsgm-cli 2.1.44 → 2.1.45

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.
@@ -15,29 +15,29 @@
15
15
 
16
16
  ### 开发命令
17
17
 
18
- | 命令 | 说明 |
19
- | ---------------- | ------------ |
20
- | `pnpm run dev` | 开发模式 |
21
- | `pnpm run start` | 生产模式 |
22
- | `pnpm run build` | 编译项目 |
23
- | `pnpm run export` | 导出静态页面 |
18
+ | 命令 | 说明 |
19
+ | --------------- | ------------ |
20
+ | `npm run dev` | 开发模式 |
21
+ | `npm run start` | 生产模式 |
22
+ | `npm run build` | 编译项目 |
23
+ | `npm run export` | 导出静态页面 |
24
24
 
25
25
  ### 测试命令
26
26
 
27
- | 命令 | 说明 |
28
- | ----------------------- | ---------------- |
29
- | `pnpm test` | 运行所有测试 |
30
- | `pnpm run test:watch` | 监视模式运行测试 |
31
- | `pnpm run test:coverage` | 生成覆盖率报告 |
27
+ | 命令 | 说明 |
28
+ | ---------------------- | ---------------- |
29
+ | `npm test` | 运行所有测试 |
30
+ | `npm run test:watch` | 监视模式运行测试 |
31
+ | `npm run test:coverage` | 生成覆盖率报告 |
32
32
 
33
33
  ### 代码生成命令
34
34
 
35
- | 命令 | 说明 |
36
- | ----------------------- | --------------------- |
37
- | `pnpm run create` | 创建模板页面 |
38
- | `pnpm run delete` | 删除模板页面 |
39
- | `pnpm run create-config` | 从配置文件批量创建模块 |
40
- | `pnpm run delete-config` | 从配置文件批量删除模块 |
35
+ | 命令 | 说明 |
36
+ | ---------------------- | --------------------- |
37
+ | `npm run create` | 创建模板页面 |
38
+ | `npm run delete` | 删除模板页面 |
39
+ | `npm run create-config` | 从配置文件批量创建模块 |
40
+ | `npm run delete-config` | 从配置文件批量删除模块 |
41
41
 
42
42
  ### 项目维护命令
43
43
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "nsgm-cli-project",
3
3
  "version": "1.0.0",
4
- "packageManager": "pnpm@10.28.0",
4
+ "packageManager": "npm@11.9.0",
5
5
  "description": "",
6
6
  "main": "app.js",
7
7
  "scripts": {
package/lib/index.js CHANGED
File without changes