File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,11 @@ export class NestCollection extends AbstractCollection {
65
65
alias : 'itf' ,
66
66
description : 'Generate an interface' ,
67
67
} ,
68
+ {
69
+ name : 'library' ,
70
+ alias : 'lib' ,
71
+ description : 'Generate a new library within a monorepo' ,
72
+ } ,
68
73
{
69
74
name : 'middleware' ,
70
75
alias : 'mi' ,
@@ -90,26 +95,21 @@ export class NestCollection extends AbstractCollection {
90
95
alias : 'r' ,
91
96
description : 'Generate a GraphQL resolver declaration' ,
92
97
} ,
98
+ {
99
+ name : 'resource' ,
100
+ alias : 'res' ,
101
+ description : 'Generate a new CRUD resource' ,
102
+ } ,
93
103
{
94
104
name : 'service' ,
95
105
alias : 's' ,
96
106
description : 'Generate a service declaration' ,
97
107
} ,
98
- {
99
- name : 'library' ,
100
- alias : 'lib' ,
101
- description : 'Generate a new library within a monorepo' ,
102
- } ,
103
108
{
104
109
name : 'sub-app' ,
105
110
alias : 'app' ,
106
111
description : 'Generate a new application within a monorepo' ,
107
112
} ,
108
- {
109
- name : 'resource' ,
110
- alias : 'res' ,
111
- description : 'Generate a new CRUD resource' ,
112
- } ,
113
113
] ;
114
114
115
115
constructor ( runner : AbstractRunner ) {
You can’t perform that action at this time.
0 commit comments