File tree Expand file tree Collapse file tree 5 files changed +70
-0
lines changed
Expand file tree Collapse file tree 5 files changed +70
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Generate an app using Nest.js
3+ command : " nest g co {{appName}}"
4+ tags :
5+ - nestcli
6+ description : Generate a app with the given name.
7+ arguments :
8+ - name : appName
9+ description : the name for the app to be generated
10+ default_value : foo
11+ source_url : " https://docs.nestjs.com/cli/overview"
12+ author : nagauta
13+ author_url : " https://github.com/nagauta"
14+ shells : []
Original file line number Diff line number Diff line change 1+ ---
2+ name : Generate a class using Nest.js
3+ command : " nest g cl {{className}}"
4+ tags :
5+ - nestcli
6+ description : Generate a class with the given name.
7+ arguments :
8+ - name : className
9+ description : the name for the class to be generated
10+ default_value : foo
11+ source_url : " https://docs.nestjs.com/cli/overview"
12+ author : nagauta
13+ author_url : " https://github.com/nagauta"
14+ shells : []
Original file line number Diff line number Diff line change 1+ ---
2+ name : Generate a controller using Nest.js
3+ command : " nest g co {{controllerName}}"
4+ tags :
5+ - nestcli
6+ description : Generate a controller with the given name.
7+ arguments :
8+ - name : controllerName
9+ description : the name for the controller to be generated
10+ default_value : foo
11+ source_url : " https://docs.nestjs.com/cli/overview"
12+ author : nagauta
13+ author_url : " https://github.com/nagauta"
14+ shells : []
Original file line number Diff line number Diff line change 1+ ---
2+ name : Generate a interface using Nest.js
3+ command : " nest g itf {{interfaceName}}"
4+ tags :
5+ - nestcli
6+ description : Generate a interface with the given name.
7+ arguments :
8+ - name : interfaceName
9+ description : the name for the interface to be generated
10+ default_value : foo
11+ source_url : " https://docs.nestjs.com/cli/overview"
12+ author : nagauta
13+ author_url : " https://github.com/nagauta"
14+ shells : []
Original file line number Diff line number Diff line change 1+ ---
2+ name : Generate a service using Nest.js
3+ command : " nest g s {{serviceName}}"
4+ tags :
5+ - nestcli
6+ description : Generate a service with the given name.
7+ arguments :
8+ - name : serviceName
9+ description : the name for the service to be generated
10+ default_value : foo
11+ source_url : " https://docs.nestjs.com/cli/overview"
12+ author : nagauta
13+ author_url : " https://github.com/nagauta"
14+ shells : []
You can’t perform that action at this time.
0 commit comments