@@ -54,25 +54,25 @@ $ nest g <schematic> <name> [options]
54
54
55
55
##### Schematics
56
56
57
- | Name | Alias | Description |
58
- | ------------- | ----- | ------------------------------------------------------------------------------------------------------------ |
59
- | ` app ` | | Generate a new application within a monorepo (converting to monorepo if it's a standard structure). |
60
- | ` library ` | ` lib ` | Generate a new library within a monorepo (converting to monorepo if it's a standard structure). |
61
- | ` class ` | ` cl ` | Generate a new class. |
62
- | ` controller ` | ` co ` | Generate a controller declaration. |
63
- | ` decorator ` | ` d ` | Generate a custom decorator. |
64
- | ` filter ` | ` f ` | Generate a filter declaration. |
65
- | ` gateway ` | ` ga ` | Generate a gateway declaration. |
66
- | ` guard ` | ` gu ` | Generate a guard declaration. |
67
- | ` interface ` | ` itf ` | Generate an interface. |
68
- | ` interceptor ` | ` itc ` | Generate an interceptor declaration. |
69
- | ` middleware ` | ` mi ` | Generate a middleware declaration. |
70
- | ` module ` | ` mo ` | Generate a module declaration. |
71
- | ` pipe ` | ` pi ` | Generate a pipe declaration. |
72
- | ` provider ` | ` pr ` | Generate a provider declaration. |
73
- | ` resolver ` | ` r ` | Generate a resolver declaration. |
74
- | ` resource ` | ` res ` | Generate a new CRUD resource. See the [ CRUD (resource) generator] ( /recipes/crud-generator ) for more details. |
75
- | ` service ` | ` s ` | Generate a service declaration. |
57
+ | Name | Alias | Description |
58
+ | ------------- | ----- | ---------------------------------------------------------------------------------------------------------------------- |
59
+ | ` app ` | | Generate a new application within a monorepo (converting to monorepo if it's a standard structure). |
60
+ | ` library ` | ` lib ` | Generate a new library within a monorepo (converting to monorepo if it's a standard structure). |
61
+ | ` class ` | ` cl ` | Generate a new class. |
62
+ | ` controller ` | ` co ` | Generate a controller declaration. |
63
+ | ` decorator ` | ` d ` | Generate a custom decorator. |
64
+ | ` filter ` | ` f ` | Generate a filter declaration. |
65
+ | ` gateway ` | ` ga ` | Generate a gateway declaration. |
66
+ | ` guard ` | ` gu ` | Generate a guard declaration. |
67
+ | ` interface ` | ` itf ` | Generate an interface. |
68
+ | ` interceptor ` | ` itc ` | Generate an interceptor declaration. |
69
+ | ` middleware ` | ` mi ` | Generate a middleware declaration. |
70
+ | ` module ` | ` mo ` | Generate a module declaration. |
71
+ | ` pipe ` | ` pi ` | Generate a pipe declaration. |
72
+ | ` provider ` | ` pr ` | Generate a provider declaration. |
73
+ | ` resolver ` | ` r ` | Generate a resolver declaration. |
74
+ | ` resource ` | ` res ` | Generate a new CRUD resource. See the [ CRUD (resource) generator] ( /recipes/crud-generator ) for more details. (TS Only) |
75
+ | ` service ` | ` s ` | Generate a service declaration. |
76
76
77
77
##### Options
78
78
0 commit comments