-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.nls.json
28 lines (28 loc) · 2.13 KB
/
package.nls.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"nestjs-tool.generateANewApplicationWorkspace": "Generate a new application workspace",
"nestjs-tool.generateANewClass": "Generate a new class",
"nestjs-tool.generateACliConfigurationFile": "Generate a cli configuration file",
"nestjs-tool.generateAContorllerDeclaration": "Generate a contorller declaration",
"nestjs-tool.generateACustomDecorator": "Generate a custom decorator",
"nestjs-tool.generateAFilterDeclaration": "Generate a filter declaration",
"nestjs-tool.generateAGatewayDeclaration": "Generate a gateway declaration",
"nestjs-tool.generateAGuardDelcaration": "Generate a guard delcaration",
"nestjs-tool.generateAnInterceptorDeclaration": "Generate an interceptor declaration",
"nestjs-tool.generateAnInterface": "Generate an interface",
"nestjs-tool.generateANewLibraryWithAMonorepo": "Generate a new library with a monorepo",
"nestjs-tool.generateAMiddlewareDeclaration": "Generate a middleware declaration",
"nestjs-tool.generateAModuleDeclaration": "Generate a module declaration",
"nestjs-tool.generateAPipeDeclaration": "Generate a pipe declaration",
"nestjs-tool.generateAGraphQLResolverDeclaration": "Generate a GraphQL resolver declaration",
"nestjs-tool.generateANewCRUDDeclaration": "Generate a new CRUD declaration",
"nestjs-tool.generateAServiceDeclaration": "Generate a service declaration",
"nestjs-tool.generateANewApplicationWithAMonorepo": "Generate a new application with a monorepo",
"nestjs-tool.quickOperation": "Quick operation",
"nestjs-tool.showTerminal": "When a command is sent to a Terminal instance, whether to display Terminal, the default is True",
"nestjs-tool.shouldExecute": "Indicates that the text being sent should be executed rather than just inserted in the terminal. The character(s) added are \n or \r\n, depending on the platform. This defaults to true",
"nestjs-tool.noSpec": "Disable spec files generation",
"nestjs-tool.spec": "Enforce spec files generation. (default: true)",
"nestjs-tool.noFlat": "Enforce that directories are generated",
"nestjs-tool.flat": "Enforce flat structure of generated element",
"nestjs-tool.skipImport": "Skip importing (default: false)"
}