@nestjs-dash/schematics 0.1.0 → 1.0.1
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 +19 -0
- package/package.json +2 -2
package/README.md
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
# @nestjs-dash/schematics
|
|
2
|
+
|
|
3
|
+
Angular DevKit schematics powering `nestjs-dash generate` — entity/resource/page/panel/module scaffolding for nestjs-dash.
|
|
4
|
+
|
|
5
|
+
## Install
|
|
6
|
+
|
|
7
|
+
Usually installed transitively via `@nestjs-dash/cli`. To depend on the collection directly:
|
|
8
|
+
|
|
9
|
+
```bash
|
|
10
|
+
pnpm add -D @nestjs-dash/schematics
|
|
11
|
+
```
|
|
12
|
+
|
|
13
|
+
## Part of nestjs-dash
|
|
14
|
+
|
|
15
|
+
This package is one piece of [nestjs-dash](https://github.com/nestjs-dash/nestjs-dash), a NestJS-native admin framework.
|
|
16
|
+
|
|
17
|
+
## License
|
|
18
|
+
|
|
19
|
+
MIT
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nestjs-dash/schematics",
|
|
3
|
-
"version": "0.1
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Angular DevKit schematics powering `nestjs-dash generate` — entity/resource/page/panel/module scaffolding for NestJS Dash.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"files": [
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"ts-morph": "^28.0.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"@nestjs-dash/core": "0.1
|
|
29
|
+
"@nestjs-dash/core": "1.0.1",
|
|
30
30
|
"@nestjs-dash/typescript-config": "0.1.0",
|
|
31
31
|
"@types/node": "^22.20.2",
|
|
32
32
|
"cpx2": "^9.0.3",
|