@libria/scaffold-plugin-nestjs 0.0.4 → 0.0.5
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/.clean-publish.hash +1 -1
- package/README.md +5 -5
- package/package.json +2 -2
package/.clean-publish.hash
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
3e57a6a64d3bd9f10e71212779b8c909e1581e951f834b0c67144d981f5d0136
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @libria/scaffold-nestjs
|
|
1
|
+
# @libria/scaffold-plugin-nestjs
|
|
2
2
|
|
|
3
3
|
NestJS CLI wrapper template for [@libria/scaffold](https://github.com/LibriaForge/scaffold).
|
|
4
4
|
|
|
@@ -7,20 +7,20 @@ This plugin scaffolds new NestJS projects by wrapping `@nestjs/cli`, exposing it
|
|
|
7
7
|
## Installation
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
npm install @libria/scaffold-nestjs
|
|
10
|
+
npm install @libria/scaffold-plugin-nestjs
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
## Usage
|
|
14
14
|
|
|
15
15
|
```bash
|
|
16
16
|
# Interactive — prompts for version first, then version-specific options
|
|
17
|
-
scaffold new nestjs my-api
|
|
17
|
+
lb-scaffold new nestjs my-api
|
|
18
18
|
|
|
19
19
|
# Non-interactive — pass all options via CLI
|
|
20
|
-
scaffold new nestjs my-api --version 11 --language TypeScript --package-manager pnpm
|
|
20
|
+
lb-scaffold new nestjs my-api --version 11 --language TypeScript --package-manager pnpm
|
|
21
21
|
|
|
22
22
|
# Show available options for a specific version
|
|
23
|
-
scaffold new nestjs my-api --version 10 --help
|
|
23
|
+
lb-scaffold new nestjs my-api --version 10 --help
|
|
24
24
|
```
|
|
25
25
|
|
|
26
26
|
## Supported Options
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@libria/scaffold-plugin-nestjs",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.5",
|
|
4
4
|
"description": "NestJs cli wrapper template for @libria/scaffold",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"homepage": "https://github.com/LibriaForge/scaffold-starters#readme",
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@libria/plugin-loader": "^2.1.0",
|
|
35
|
-
"@libria/scaffold-core": "^0.3.
|
|
35
|
+
"@libria/scaffold-core": "^0.3.7",
|
|
36
36
|
"fs-extra": "^11.3.3"
|
|
37
37
|
}
|
|
38
38
|
}
|