@devflow-tools/plugin-nest 0.17.5 → 0.17.7

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 +62 -7
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,13 +1,23 @@
1
1
  # @devflow-tools/plugin-nest
2
2
 
3
- NestJS 专家插件 — 模块架构、守卫调试、微服务配置、Swagger 生成。
3
+ > NestJS 专家插件 — 模块架构、守卫调试、微服务配置、Swagger 生成。(v0.17.7)
4
4
 
5
- ## Installation
5
+ ## 安装
6
6
 
7
7
  ```bash
8
8
  npm install @devflow-tools/plugin-nest
9
9
  ```
10
10
 
11
+ ## 使用
12
+
13
+ 插件通过 DevFlow/Claude Code 使用:
14
+
15
+ ```text
16
+ /devflow:nest <你的任务>
17
+ ```
18
+
19
+ ## 能力与知识源
20
+
11
21
  ## MCP Tools
12
22
 
13
23
  | Tool | 说明 | 关键参数 |
@@ -30,12 +40,57 @@ npm install @devflow-tools/plugin-nest
30
40
  - 全局异常过滤器统一错误响应格式
31
41
  - 使用 @nestjs/config 管理环境变量
32
42
 
33
- ## Usage
34
43
 
35
- ```bash
36
- # 在 Claude Code 中使用
37
- /devflow:nest 创建 users 模块
38
- ```
44
+ ## 兼容性
45
+
46
+ 需要 Node.js >= 18,并与同版本 @devflow-tools/sdk、DevFlow CLI 配合使用。插件不是独立 HTTP 服务。
47
+
48
+ ## 相关链接
49
+
50
+ - [仓库](https://github.com/shilongfeicool/dev-flow)
51
+ - [插件目录](https://github.com/shilongfeicool/dev-flow/tree/main/plugins)
52
+
53
+ ## License
54
+
55
+ MIT
56
+
57
+
58
+ ## 兼容性
59
+
60
+ 需要 Node.js >= 18,并与同版本 @devflow-tools/sdk、DevFlow CLI 配合使用。插件不是独立 HTTP 服务。
61
+
62
+ ## 相关链接
63
+
64
+ - [仓库](https://github.com/shilongfeicool/dev-flow)
65
+ - [插件目录](https://github.com/shilongfeicool/dev-flow/tree/main/plugins)
66
+
67
+ ## License
68
+
69
+ MIT
70
+
71
+
72
+ ## 兼容性
73
+
74
+ 需要 Node.js >= 18,并与同版本 @devflow-tools/sdk、DevFlow CLI 配合使用。插件不是独立 HTTP 服务。
75
+
76
+ ## 相关链接
77
+
78
+ - [仓库](https://github.com/shilongfeicool/dev-flow)
79
+ - [插件目录](https://github.com/shilongfeicool/dev-flow/tree/main/plugins)
80
+
81
+ ## License
82
+
83
+ MIT
84
+
85
+
86
+ ## 兼容性
87
+
88
+ 需要 Node.js >= 18,并与同版本 @devflow-tools/sdk、DevFlow CLI 配合使用。插件不是独立 HTTP 服务。
89
+
90
+ ## 相关链接
91
+
92
+ - [仓库](https://github.com/shilongfeicool/dev-flow)
93
+ - [插件目录](https://github.com/shilongfeicool/dev-flow/tree/main/plugins)
39
94
 
40
95
  ## License
41
96
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@devflow-tools/plugin-nest",
3
- "version": "0.17.5",
3
+ "version": "0.17.7",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -17,7 +17,7 @@
17
17
  "clean": "rm -rf dist"
18
18
  },
19
19
  "dependencies": {
20
- "@devflow-tools/sdk": "0.17.5"
20
+ "@devflow-tools/sdk": "0.17.7"
21
21
  },
22
22
  "devDependencies": {
23
23
  "typescript": "^5.5.0",
@@ -26,5 +26,5 @@
26
26
  "files": [
27
27
  "dist"
28
28
  ],
29
- "gitHead": "817b0286c249eed9c2bd27d3974ee3b3d6ded4bb"
29
+ "gitHead": "560fe8a097aa9d398fdcfec409134cc94d26f92f"
30
30
  }