diff --git a/src/app/homepage/pages/cli/usages/usages.component.html b/src/app/homepage/pages/cli/usages/usages.component.html index 1596d3b788..41c6ebc016 100644 --- a/src/app/homepage/pages/cli/usages/usages.component.html +++ b/src/app/homepage/pages/cli/usages/usages.component.html @@ -15,7 +15,7 @@

Options

--dry-run: allows to simulate the command execution in order to verify how it will affect your working directory -

new

+

new (alias n)

The new command generates a Nest project based on the typescript-starter as well as install the required packages. @@ -54,7 +54,14 @@

new

'' -

generate

+

+ Example usage: +

+

+$ nest new my-awesome-app
+OR 
+$ nest n my-awesome-app
+

generate (alias g)

The generate command generates a Nest architecture component. @@ -87,28 +94,35 @@

generate

A list of available architecture components:

Example usage:


-$ nest generate service users
-

info

+$ nest generate service users +OR +$ nest g s users +

info (alias i)

The info command will display your project information.


 $ nest info
-  _   _             _      ___  _____  _____  _     _____
+ _   _             _      ___  _____  _____  _     _____
 | \ | |           | |    |_  |/  ___|/  __ \| |   |_   _|
 |  \| |  ___  ___ | |_     | |\ `--. | /  \/| |     | |
 | . ` | / _ \/ __|| __|    | | `--. \| |    | |     | |
@@ -126,4 +140,4 @@ 

info

common version : 5.0.0 core version : 5.0.0
- \ No newline at end of file +