@devflow-tools/plugin-nest 0.3.2 → 0.5.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 +20 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1129 -21
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# @devflow-tools/plugin-nest
|
|
2
|
+
|
|
3
|
+
NestJS expert plugin for DevFlow — module architecture, guard debugging, microservice config, and Swagger generation.
|
|
4
|
+
|
|
5
|
+
## Installation
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npm install @devflow-tools/plugin-nest
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## Workflows
|
|
12
|
+
|
|
13
|
+
| Workflow | Description |
|
|
14
|
+
|----------|-------------|
|
|
15
|
+
| `nest:new-module` | Create NestJS module (Controller + Service + DTO + tests) |
|
|
16
|
+
| `nest:diagnose-bug` | Diagnose NestJS bugs via dependency chain tracing |
|
|
17
|
+
|
|
18
|
+
## License
|
|
19
|
+
|
|
20
|
+
MIT
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAGxD,eAAO,MAAM,UAAU,EAAE,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAGxD,eAAO,MAAM,UAAU,EAAE,aA+kDxB,CAAC"}
|