You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/homepage/pages/cli/usages/usages.component.html
+25-12Lines changed: 25 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ <h4>Options</h4>
15
15
<strong>--dry-run</strong>: allows to simulate the command execution in order to verify how it will affect your working directory
16
16
</li>
17
17
</ul>
18
-
<h4>new</h4>
18
+
<h4>new (alias n)</h4>
19
19
<p>
20
20
The
21
21
<strong>new</strong> command generates a Nest project based on the <ahref="https://github.com/nestjs/typescript-starter" target="blank">typescript-starter</a> as well as install the required packages.
@@ -54,7 +54,14 @@ <h4>new</h4>
54
54
<td>''</td>
55
55
</tr>
56
56
</table>
57
-
<h4>generate</h4>
57
+
<p>
58
+
Example usage:
59
+
</p>
60
+
<pre><codeclass="language-bash">
61
+
$ nest new my-awesome-app</code>
62
+
OR <codeclass="language-bash">
63
+
$ nest n my-awesome-app</code></pre>
64
+
<h4>generate (alias g)</h4>
58
65
<p>
59
66
The
60
67
<strong>generate</strong> command generates a Nest architecture component.
@@ -87,20 +94,26 @@ <h4>generate</h4>
87
94
</table>
88
95
<p>A list of available architecture components:</p>
0 commit comments