File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
- <img src =" yeoman.png " alt =" NESTJS " />
3
- <img src =" nestjs.jpg " alt =" NESTJS " />
2
+ <img src =" ./ yeoman.png" alt =" YEOMAN " />
3
+ <img src =" ./ nestjs.jpg" alt =" NESTJS " />
4
4
<h1 align =" center " >NESTJS GENERATOR</h1 >
5
5
<p align =" center " >A yeoman generator for nestjs apps.</p >
6
6
</p >
@@ -56,6 +56,8 @@ $ yo nestjs:decorator roles
56
56
### OPTIONS
57
57
58
58
#### ` yo nestjs ` (For creating a NestJS app)
59
+
60
+
59
61
` --skip-install ` - Skips installation of dependencies when bootstrappping an app
60
62
61
63
` --npm ` - Install dependencies with npm
@@ -64,12 +66,14 @@ $ yo nestjs:decorator roles
64
66
65
67
#### ` yo nestjs:[COMPONENT] [NAME] ` (For creating components)
66
68
69
+
67
70
` [COMPONENT] ` - The type of the component to be created
68
71
69
72
` [NAME] ` - The name of the component to be created
70
73
71
74
#### ` yo nestjs:module [NAME] ` (For creating a nestjs module)
72
75
76
+
73
77
` [NAME] ` - The name of the module to be created (required)
74
78
75
79
ARGUMENTS
@@ -90,7 +94,7 @@ ARGUMENTS
90
94
By [ Angular File Naming Convention] ( https://angular.io/guide/styleguide ) , names for components should be in kebab case. For example
91
95
92
96
```
93
- yo nest :decorator app-user-routes
97
+ yo nestjs :decorator app-user-routes
94
98
```
95
99
96
100
This creates a decorator with filename ` app-user-routes.decorator.ts ` decorator name ` AppUserRoutesDecorator `
You can’t perform that action at this time.
0 commit comments