@enjoys/context-engine 1.3.1 → 1.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (221) hide show
  1. package/data/codeActions/angular.json +126 -0
  2. package/data/codeActions/nestjs.json +124 -0
  3. package/data/codeActions/nextjs.json +198 -0
  4. package/data/codeActions/react.json +154 -0
  5. package/data/codeActions/shadcn.json +112 -0
  6. package/data/codeActions/shell.json +169 -26
  7. package/data/codeLens/angular.json +22 -0
  8. package/data/codeLens/nestjs.json +21 -0
  9. package/data/codeLens/nextjs.json +117 -0
  10. package/data/codeLens/react.json +89 -0
  11. package/data/codeLens/shadcn.json +89 -0
  12. package/data/codeLens/shell.json +59 -17
  13. package/data/codeLens/tailwindcss.json +56 -0
  14. package/data/color/angular.json +21 -0
  15. package/data/color/nestjs.json +18 -0
  16. package/data/color/nextjs.json +22 -0
  17. package/data/color/react.json +93 -0
  18. package/data/color/shadcn.json +66 -0
  19. package/data/color/shell.json +106 -80
  20. package/data/commands/angular.json +312 -0
  21. package/data/commands/manifest.json +5 -0
  22. package/data/commands/nestjs.json +273 -0
  23. package/data/commands/nextjs.json +123 -0
  24. package/data/commands/react.json +210 -0
  25. package/data/commands/shadcn.json +410 -0
  26. package/data/commands/shell.json +571 -41
  27. package/data/completion/angular.json +1490 -0
  28. package/data/completion/css.json +793 -0
  29. package/data/completion/nestjs.json +1454 -0
  30. package/data/completion/nextjs.json +1373 -0
  31. package/data/completion/react.json +1319 -0
  32. package/data/completion/shadcn.json +1202 -0
  33. package/data/completion/shell.json +2446 -510
  34. package/data/declaration/angular.json +46 -0
  35. package/data/declaration/nestjs.json +47 -0
  36. package/data/declaration/nextjs.json +274 -0
  37. package/data/declaration/react.json +199 -0
  38. package/data/declaration/shadcn.json +211 -0
  39. package/data/declaration/shell.json +343 -24
  40. package/data/declaration/tailwindcss.json +72 -0
  41. package/data/definition/angular.json +670 -0
  42. package/data/definition/nestjs.json +684 -0
  43. package/data/definition/nextjs.json +439 -0
  44. package/data/definition/react.json +397 -0
  45. package/data/definition/shadcn.json +99 -0
  46. package/data/definition/shell.json +820 -0
  47. package/data/documentHighlight/angular.json +414 -0
  48. package/data/documentHighlight/css.json +77 -2
  49. package/data/documentHighlight/nestjs.json +115 -0
  50. package/data/documentHighlight/nextjs.json +212 -0
  51. package/data/documentHighlight/react.json +119 -0
  52. package/data/documentHighlight/shadcn.json +168 -0
  53. package/data/documentHighlight/shell.json +664 -334
  54. package/data/documentHighlight/tailwindcss.json +105 -10
  55. package/data/documentRangeFormatting/angular.json +45 -0
  56. package/data/documentRangeFormatting/nestjs.json +17 -0
  57. package/data/documentRangeFormatting/nextjs.json +17 -0
  58. package/data/documentRangeFormatting/react.json +78 -0
  59. package/data/documentRangeFormatting/shadcn.json +45 -0
  60. package/data/documentRangeFormatting/shell.json +120 -53
  61. package/data/documentSymbol/angular.json +180 -0
  62. package/data/documentSymbol/nestjs.json +152 -0
  63. package/data/documentSymbol/nextjs.json +159 -0
  64. package/data/documentSymbol/react.json +145 -0
  65. package/data/documentSymbol/shadcn.json +131 -0
  66. package/data/documentSymbol/shell.json +166 -26
  67. package/data/documentSymbol/tailwindcss.json +49 -0
  68. package/data/foldingRange/angular.json +99 -0
  69. package/data/foldingRange/nestjs.json +26 -0
  70. package/data/foldingRange/nextjs.json +26 -0
  71. package/data/foldingRange/react.json +120 -0
  72. package/data/foldingRange/shadcn.json +93 -0
  73. package/data/foldingRange/shell.json +106 -46
  74. package/data/formatting/angular.json +21 -0
  75. package/data/formatting/nestjs.json +23 -0
  76. package/data/formatting/nextjs.json +23 -0
  77. package/data/formatting/react.json +71 -0
  78. package/data/formatting/shadcn.json +61 -0
  79. package/data/formatting/shell.json +103 -19
  80. package/data/hover/angular.json +455 -0
  81. package/data/hover/css.json +232 -0
  82. package/data/hover/nestjs.json +296 -0
  83. package/data/hover/nextjs.json +305 -0
  84. package/data/hover/react.json +173 -0
  85. package/data/hover/shadcn.json +450 -0
  86. package/data/hover/shell.json +684 -75
  87. package/data/implementation/angular.json +22 -0
  88. package/data/implementation/nestjs.json +24 -0
  89. package/data/implementation/nextjs.json +137 -0
  90. package/data/implementation/react.json +125 -0
  91. package/data/implementation/shadcn.json +89 -0
  92. package/data/implementation/shell.json +59 -3
  93. package/data/inlayHints/angular.json +24 -0
  94. package/data/inlayHints/nestjs.json +24 -0
  95. package/data/inlayHints/nextjs.json +143 -0
  96. package/data/inlayHints/react.json +177 -0
  97. package/data/inlayHints/shadcn.json +109 -0
  98. package/data/inlayHints/shell.json +223 -35
  99. package/data/inlineCompletions/angular.json +135 -0
  100. package/data/inlineCompletions/nestjs.json +25 -0
  101. package/data/inlineCompletions/nextjs.json +179 -0
  102. package/data/inlineCompletions/react.json +203 -0
  103. package/data/inlineCompletions/shadcn.json +115 -0
  104. package/data/inlineCompletions/shell.json +185 -35
  105. package/data/linkedEditingRange/angular.json +23 -0
  106. package/data/linkedEditingRange/nestjs.json +10 -0
  107. package/data/linkedEditingRange/nextjs.json +11 -0
  108. package/data/linkedEditingRange/react.json +75 -0
  109. package/data/linkedEditingRange/shadcn.json +23 -0
  110. package/data/linkedEditingRange/shell.json +25 -25
  111. package/data/links/angular.json +95 -0
  112. package/data/links/nestjs.json +130 -0
  113. package/data/links/nextjs.json +91 -0
  114. package/data/links/react.json +75 -0
  115. package/data/links/shadcn.json +98 -0
  116. package/data/links/shell.json +56 -0
  117. package/data/links/tailwindcss.json +25 -0
  118. package/data/manifest.json +339 -152
  119. package/data/onTypeFormatting/angular.json +14 -0
  120. package/data/onTypeFormatting/nestjs.json +16 -0
  121. package/data/onTypeFormatting/nextjs.json +17 -0
  122. package/data/onTypeFormatting/react.json +127 -0
  123. package/data/onTypeFormatting/shadcn.json +54 -0
  124. package/data/onTypeFormatting/shell.json +72 -68
  125. package/data/rangeSemanticTokens/angular.json +140 -0
  126. package/data/rangeSemanticTokens/nestjs.json +27 -0
  127. package/data/rangeSemanticTokens/nextjs.json +28 -0
  128. package/data/rangeSemanticTokens/react.json +216 -0
  129. package/data/rangeSemanticTokens/shadcn.json +140 -0
  130. package/data/rangeSemanticTokens/shell.json +247 -69
  131. package/data/rangeSemanticTokens/tailwindcss.json +99 -8
  132. package/data/references/angular.json +26 -0
  133. package/data/references/nestjs.json +24 -0
  134. package/data/references/nextjs.json +178 -0
  135. package/data/references/react.json +192 -0
  136. package/data/references/shadcn.json +101 -0
  137. package/data/references/shell.json +323 -92
  138. package/data/references/tailwindcss.json +66 -0
  139. package/data/rename/angular.json +131 -0
  140. package/data/rename/nestjs.json +32 -0
  141. package/data/rename/nextjs.json +31 -0
  142. package/data/rename/react.json +88 -0
  143. package/data/rename/shadcn.json +79 -0
  144. package/data/rename/shell.json +101 -31
  145. package/data/selectionRange/angular.json +95 -0
  146. package/data/selectionRange/nestjs.json +21 -0
  147. package/data/selectionRange/nextjs.json +22 -0
  148. package/data/selectionRange/react.json +87 -0
  149. package/data/selectionRange/shadcn.json +89 -0
  150. package/data/selectionRange/shell.json +65 -35
  151. package/data/semanticTokens/angular.json +198 -0
  152. package/data/semanticTokens/nestjs.json +35 -0
  153. package/data/semanticTokens/nextjs.json +38 -0
  154. package/data/semanticTokens/react.json +215 -0
  155. package/data/semanticTokens/shadcn.json +180 -0
  156. package/data/semanticTokens/shell.json +238 -65
  157. package/data/signatureHelp/angular.json +182 -0
  158. package/data/signatureHelp/nestjs.json +128 -0
  159. package/data/signatureHelp/nextjs.json +127 -0
  160. package/data/signatureHelp/react.json +281 -0
  161. package/data/signatureHelp/shadcn.json +237 -0
  162. package/data/signatureHelp/shell.json +797 -104
  163. package/data/typeDefinition/angular.json +362 -0
  164. package/data/typeDefinition/nestjs.json +334 -0
  165. package/data/typeDefinition/nextjs.json +285 -0
  166. package/data/typeDefinition/react.json +236 -0
  167. package/data/typeDefinition/shadcn.json +292 -0
  168. package/data/typeDefinition/shell.json +104 -40
  169. package/package.json +1 -1
  170. package/data/codeActions/bash.json +0 -169
  171. package/data/codeActions/zsh.json +0 -49
  172. package/data/codeLens/bash.json +0 -75
  173. package/data/codeLens/zsh.json +0 -19
  174. package/data/color/bash.json +0 -100
  175. package/data/color/zsh.json +0 -80
  176. package/data/commands/bash.json +0 -102
  177. package/data/commands/zsh.json +0 -166
  178. package/data/completion/bash.json +0 -1184
  179. package/data/completion/zsh.json +0 -973
  180. package/data/declaration/bash.json +0 -301
  181. package/data/declaration/zsh.json +0 -205
  182. package/data/definition/bash.json +0 -565
  183. package/data/definition/zsh.json +0 -350
  184. package/data/documentHighlight/bash.json +0 -393
  185. package/data/documentHighlight/zsh.json +0 -266
  186. package/data/documentRangeFormatting/bash.json +0 -41
  187. package/data/documentRangeFormatting/zsh.json +0 -59
  188. package/data/documentSymbol/bash.json +0 -124
  189. package/data/documentSymbol/zsh.json +0 -26
  190. package/data/foldingRange/bash.json +0 -76
  191. package/data/foldingRange/zsh.json +0 -46
  192. package/data/formatting/bash.json +0 -88
  193. package/data/formatting/zsh.json +0 -28
  194. package/data/hover/bash.json +0 -579
  195. package/data/hover/zsh.json +0 -96
  196. package/data/implementation/bash.json +0 -44
  197. package/data/implementation/zsh.json +0 -41
  198. package/data/inlayHints/bash.json +0 -207
  199. package/data/inlayHints/zsh.json +0 -43
  200. package/data/inlineCompletions/bash.json +0 -155
  201. package/data/inlineCompletions/zsh.json +0 -17
  202. package/data/linkedEditingRange/bash.json +0 -25
  203. package/data/linkedEditingRange/zsh.json +0 -25
  204. package/data/links/bash.json +0 -56
  205. package/data/links/zsh.json +0 -15
  206. package/data/onTypeFormatting/bash.json +0 -68
  207. package/data/onTypeFormatting/zsh.json +0 -68
  208. package/data/rangeSemanticTokens/bash.json +0 -90
  209. package/data/rangeSemanticTokens/zsh.json +0 -76
  210. package/data/references/bash.json +0 -221
  211. package/data/references/zsh.json +0 -166
  212. package/data/rename/bash.json +0 -37
  213. package/data/rename/zsh.json +0 -31
  214. package/data/selectionRange/bash.json +0 -35
  215. package/data/selectionRange/zsh.json +0 -35
  216. package/data/semanticTokens/bash.json +0 -71
  217. package/data/semanticTokens/zsh.json +0 -71
  218. package/data/signatureHelp/bash.json +0 -111
  219. package/data/signatureHelp/zsh.json +0 -118
  220. package/data/typeDefinition/bash.json +0 -95
  221. package/data/typeDefinition/zsh.json +0 -40
@@ -0,0 +1,312 @@
1
+ {
2
+ "name": "angular",
3
+ "description": "Angular CLI and development commands",
4
+ "commands": [
5
+ {
6
+ "command": "ng new",
7
+ "description": "Creates a new Angular workspace and initial application.",
8
+ "args": [
9
+ { "flag": "<name>", "description": "The name of the new workspace and initial project" },
10
+ { "flag": "--standalone", "description": "Create an application based on standalone APIs (default: true)" },
11
+ { "flag": "--routing", "description": "Enable routing for the initial project" },
12
+ { "flag": "--style", "description": "Style preprocessor: css, scss, sass, less", "type": "string" },
13
+ { "flag": "--prefix", "description": "Prefix for component selectors (default: app)", "type": "string" },
14
+ { "flag": "--skip-git", "description": "Do not initialize a git repository" },
15
+ { "flag": "--skip-install", "description": "Do not install dependency packages" },
16
+ { "flag": "--skip-tests", "description": "Do not generate spec files" },
17
+ { "flag": "--ssr", "description": "Enable server-side rendering and static site generation" },
18
+ { "flag": "--strict", "description": "Enable stricter type checking and bundle budgets" },
19
+ { "flag": "--inline-style", "description": "Include styles inline in the component TS file" },
20
+ { "flag": "--inline-template", "description": "Include template inline in the component TS file" },
21
+ { "flag": "--package-manager", "description": "Package manager to use: npm, yarn, pnpm, cnpm", "type": "string" }
22
+ ]
23
+ },
24
+ {
25
+ "command": "ng generate component",
26
+ "description": "Generates a new Angular component.",
27
+ "args": [
28
+ { "flag": "<name>", "description": "The name of the component" },
29
+ { "flag": "--standalone", "description": "Create a standalone component (default: true)" },
30
+ { "flag": "--inline-template", "alias": "-t", "description": "Include template inline" },
31
+ { "flag": "--inline-style", "alias": "-s", "description": "Include styles inline" },
32
+ { "flag": "--skip-tests", "description": "Do not create spec file" },
33
+ { "flag": "--change-detection", "description": "Change detection strategy: Default or OnPush" },
34
+ { "flag": "--flat", "description": "Create at the top level of the project" },
35
+ { "flag": "--prefix", "description": "Selector prefix", "type": "string" },
36
+ { "flag": "--view-encapsulation", "description": "View encapsulation strategy: Emulated, None, ShadowDom" },
37
+ { "flag": "--style", "description": "Style file extension: css, scss, sass, less", "type": "string" }
38
+ ]
39
+ },
40
+ {
41
+ "command": "ng generate service",
42
+ "description": "Generates a new Angular service.",
43
+ "args": [
44
+ { "flag": "<name>", "description": "The name of the service" },
45
+ { "flag": "--skip-tests", "description": "Do not create spec file" },
46
+ { "flag": "--flat", "description": "Create at the top level of the project" }
47
+ ]
48
+ },
49
+ {
50
+ "command": "ng generate module",
51
+ "description": "Generates a new Angular NgModule.",
52
+ "args": [
53
+ { "flag": "<name>", "description": "The name of the module" },
54
+ { "flag": "--routing", "description": "Create a routing module" },
55
+ { "flag": "--flat", "description": "Create at the top level of the project" },
56
+ { "flag": "--module", "description": "The declaring NgModule", "type": "string" }
57
+ ]
58
+ },
59
+ {
60
+ "command": "ng generate directive",
61
+ "description": "Generates a new Angular directive.",
62
+ "args": [
63
+ { "flag": "<name>", "description": "The name of the directive" },
64
+ { "flag": "--standalone", "description": "Create a standalone directive" },
65
+ { "flag": "--skip-tests", "description": "Do not create spec file" },
66
+ { "flag": "--prefix", "description": "Selector prefix", "type": "string" }
67
+ ]
68
+ },
69
+ {
70
+ "command": "ng generate pipe",
71
+ "description": "Generates a new Angular pipe.",
72
+ "args": [
73
+ { "flag": "<name>", "description": "The name of the pipe" },
74
+ { "flag": "--standalone", "description": "Create a standalone pipe" },
75
+ { "flag": "--skip-tests", "description": "Do not create spec file" }
76
+ ]
77
+ },
78
+ {
79
+ "command": "ng generate guard",
80
+ "description": "Generates a new Angular route guard.",
81
+ "args": [
82
+ { "flag": "<name>", "description": "The name of the guard" },
83
+ { "flag": "--functional", "description": "Create a functional guard (default: true)" },
84
+ { "flag": "--implements", "description": "Guard interfaces: CanActivate, CanDeactivate, CanActivateChild, CanMatch" },
85
+ { "flag": "--skip-tests", "description": "Do not create spec file" }
86
+ ]
87
+ },
88
+ {
89
+ "command": "ng generate interceptor",
90
+ "description": "Generates a new Angular HTTP interceptor.",
91
+ "args": [
92
+ { "flag": "<name>", "description": "The name of the interceptor" },
93
+ { "flag": "--functional", "description": "Create a functional interceptor (default: true)" },
94
+ { "flag": "--skip-tests", "description": "Do not create spec file" }
95
+ ]
96
+ },
97
+ {
98
+ "command": "ng generate resolver",
99
+ "description": "Generates a new Angular route resolver.",
100
+ "args": [
101
+ { "flag": "<name>", "description": "The name of the resolver" },
102
+ { "flag": "--functional", "description": "Create a functional resolver (default: true)" },
103
+ { "flag": "--skip-tests", "description": "Do not create spec file" }
104
+ ]
105
+ },
106
+ {
107
+ "command": "ng generate interface",
108
+ "description": "Generates a new TypeScript interface.",
109
+ "args": [
110
+ { "flag": "<name>", "description": "The name of the interface" },
111
+ { "flag": "<type>", "description": "Optional suffix (e.g., 'model')" }
112
+ ]
113
+ },
114
+ {
115
+ "command": "ng generate enum",
116
+ "description": "Generates a new TypeScript enum.",
117
+ "args": [
118
+ { "flag": "<name>", "description": "The name of the enum" }
119
+ ]
120
+ },
121
+ {
122
+ "command": "ng generate class",
123
+ "description": "Generates a new TypeScript class.",
124
+ "args": [
125
+ { "flag": "<name>", "description": "The name of the class" },
126
+ { "flag": "--skip-tests", "description": "Do not create spec file" }
127
+ ]
128
+ },
129
+ {
130
+ "command": "ng generate library",
131
+ "description": "Generates a new library project in the workspace.",
132
+ "args": [
133
+ { "flag": "<name>", "description": "The name of the library" },
134
+ { "flag": "--prefix", "description": "Prefix for component selectors", "type": "string" },
135
+ { "flag": "--skip-install", "description": "Do not install dependency packages" }
136
+ ]
137
+ },
138
+ {
139
+ "command": "ng generate application",
140
+ "description": "Generates a new application project in the workspace.",
141
+ "args": [
142
+ { "flag": "<name>", "description": "The name of the application" },
143
+ { "flag": "--routing", "description": "Enable routing" },
144
+ { "flag": "--style", "description": "Style preprocessor", "type": "string" },
145
+ { "flag": "--ssr", "description": "Enable server-side rendering" }
146
+ ]
147
+ },
148
+ {
149
+ "command": "ng serve",
150
+ "description": "Builds and serves the application with live reload on file changes.",
151
+ "args": [
152
+ { "flag": "--port", "description": "Port to listen on (default: 4200)", "type": "number" },
153
+ { "flag": "--host", "description": "Host to listen on (default: localhost)", "type": "string" },
154
+ { "flag": "--open", "alias": "-o", "description": "Open the URL in the default browser" },
155
+ { "flag": "--ssl", "description": "Serve using HTTPS" },
156
+ { "flag": "--proxy-config", "description": "Path to proxy configuration file", "type": "string" },
157
+ { "flag": "--configuration", "alias": "-c", "description": "Build configuration: production, development", "type": "string" },
158
+ { "flag": "--hmr", "description": "Enable hot module replacement" },
159
+ { "flag": "--watch", "description": "Rebuild on change (default: true)" },
160
+ { "flag": "--poll", "description": "Enable polling-based file watching", "type": "number" }
161
+ ]
162
+ },
163
+ {
164
+ "command": "ng build",
165
+ "description": "Compiles the application into an output directory.",
166
+ "args": [
167
+ { "flag": "--configuration", "alias": "-c", "description": "Build configuration: production, development", "type": "string" },
168
+ { "flag": "--output-path", "description": "Output directory path", "type": "string" },
169
+ { "flag": "--base-href", "description": "Base URL for the application", "type": "string" },
170
+ { "flag": "--source-map", "description": "Generate source maps" },
171
+ { "flag": "--watch", "description": "Rebuild on file changes" },
172
+ { "flag": "--stats-json", "description": "Generate stats.json for bundle analysis" },
173
+ { "flag": "--aot", "description": "Build using Ahead of Time compilation (default: true)" },
174
+ { "flag": "--optimization", "description": "Enable build optimizations (default for production)" }
175
+ ]
176
+ },
177
+ {
178
+ "command": "ng test",
179
+ "description": "Runs unit tests using Karma test runner.",
180
+ "args": [
181
+ { "flag": "--watch", "description": "Rerun tests when files change" },
182
+ { "flag": "--code-coverage", "description": "Generate code coverage report" },
183
+ { "flag": "--browsers", "description": "Override browsers for test run", "type": "string" },
184
+ { "flag": "--karma-config", "description": "Path to Karma configuration file", "type": "string" },
185
+ { "flag": "--no-watch", "description": "Run tests once without watching" }
186
+ ]
187
+ },
188
+ {
189
+ "command": "ng e2e",
190
+ "description": "Runs end-to-end tests. Requires an e2e package to be installed.",
191
+ "args": [
192
+ { "flag": "--configuration", "alias": "-c", "description": "Build configuration to use", "type": "string" },
193
+ { "flag": "--port", "description": "Port for the development server", "type": "number" }
194
+ ]
195
+ },
196
+ {
197
+ "command": "ng lint",
198
+ "description": "Runs linting tools on Angular application code.",
199
+ "args": [
200
+ { "flag": "--fix", "description": "Apply lint fixes automatically" },
201
+ { "flag": "--format", "description": "Output format: prose, json, stylish", "type": "string" },
202
+ { "flag": "--force", "description": "Succeed even if lint errors exist" }
203
+ ]
204
+ },
205
+ {
206
+ "command": "ng add",
207
+ "description": "Adds support for an external library to the project.",
208
+ "args": [
209
+ { "flag": "<collection>", "description": "The npm package to add (e.g., @angular/material)" },
210
+ { "flag": "--skip-confirmation", "description": "Skip asking install confirmation" },
211
+ { "flag": "--defaults", "description": "Disable interactive prompts and use defaults" }
212
+ ]
213
+ },
214
+ {
215
+ "command": "ng update",
216
+ "description": "Updates the application and its dependencies.",
217
+ "args": [
218
+ { "flag": "<packages>", "description": "Packages to update (e.g., @angular/core @angular/cli)" },
219
+ { "flag": "--force", "description": "Ignore peer dependency version mismatches" },
220
+ { "flag": "--next", "description": "Use the prerelease version" },
221
+ { "flag": "--migrate-only", "description": "Only perform migrations, not package updates" },
222
+ { "flag": "--allow-dirty", "description": "Allow updating when the repository has modified or untracked files" }
223
+ ]
224
+ },
225
+ {
226
+ "command": "ng deploy",
227
+ "description": "Invokes the deploy builder for the project.",
228
+ "args": [
229
+ { "flag": "--configuration", "alias": "-c", "description": "Build configuration to use", "type": "string" }
230
+ ]
231
+ },
232
+ {
233
+ "command": "ng analytics",
234
+ "description": "Configures the collection of Angular CLI usage metrics.",
235
+ "args": [
236
+ { "flag": "enable", "description": "Enable analytics gathering" },
237
+ { "flag": "disable", "description": "Disable analytics gathering" },
238
+ { "flag": "info", "description": "Print analytics gathering info" },
239
+ { "flag": "prompt", "description": "Prompt for analytics gathering permission" }
240
+ ]
241
+ },
242
+ {
243
+ "command": "ng config",
244
+ "description": "Retrieves or sets Angular CLI configuration values.",
245
+ "args": [
246
+ { "flag": "<jsonPath>", "description": "Configuration key in JSON path format", "type": "string" },
247
+ { "flag": "<value>", "description": "New value for the given key", "type": "string" },
248
+ { "flag": "--global", "alias": "-g", "description": "Use global CLI configuration" }
249
+ ]
250
+ },
251
+ {
252
+ "command": "ng doc",
253
+ "description": "Opens the official Angular documentation in a browser.",
254
+ "args": [
255
+ { "flag": "<keyword>", "description": "Keyword to search for in documentation", "type": "string" }
256
+ ]
257
+ },
258
+ {
259
+ "command": "ng extract-i18n",
260
+ "description": "Extracts i18n messages from source code.",
261
+ "args": [
262
+ { "flag": "--output-path", "description": "Path where output will be placed", "type": "string" },
263
+ { "flag": "--format", "description": "Output format: xlf, xlf2, xmb, json, arb", "type": "string" },
264
+ { "flag": "--out-file", "description": "Name of the output file", "type": "string" }
265
+ ]
266
+ },
267
+ {
268
+ "command": "ng run",
269
+ "description": "Runs an Architect target with an optional custom builder configuration.",
270
+ "args": [
271
+ { "flag": "<target>", "description": "Target in the format project:target[:configuration]", "type": "string" }
272
+ ]
273
+ },
274
+ {
275
+ "command": "ng cache",
276
+ "description": "Configure and manage the Angular CLI disk cache.",
277
+ "args": [
278
+ { "flag": "enable", "description": "Enable the CLI cache" },
279
+ { "flag": "disable", "description": "Disable the CLI cache" },
280
+ { "flag": "clean", "description": "Delete the persistent cache" },
281
+ { "flag": "info", "description": "Print cache statistics" }
282
+ ]
283
+ },
284
+ {
285
+ "command": "npm run start",
286
+ "description": "Starts the Angular development server (alias for ng serve).",
287
+ "args": []
288
+ },
289
+ {
290
+ "command": "npm run build",
291
+ "description": "Builds the Angular application for production.",
292
+ "args": []
293
+ },
294
+ {
295
+ "command": "npm run test",
296
+ "description": "Runs the unit test suite.",
297
+ "args": []
298
+ },
299
+ {
300
+ "command": "npm run lint",
301
+ "description": "Runs the linter on the project.",
302
+ "args": []
303
+ },
304
+ {
305
+ "command": "npx ng",
306
+ "description": "Runs the Angular CLI directly without global installation.",
307
+ "args": [
308
+ { "flag": "<command>", "description": "Any Angular CLI command", "type": "string" }
309
+ ]
310
+ }
311
+ ]
312
+ }
@@ -4,6 +4,7 @@
4
4
  "adb.json",
5
5
  "air.json",
6
6
  "alembic.json",
7
+ "angular.json",
7
8
  "ansible.json",
8
9
  "apachectl.json",
9
10
  "apex.json",
@@ -135,8 +136,10 @@
135
136
  "mvn.json",
136
137
  "mysql.json",
137
138
  "nest.json",
139
+ "nestjs.json",
138
140
  "netlify.json",
139
141
  "next.json",
142
+ "nextjs.json",
140
143
  "nft.json",
141
144
  "ng.json",
142
145
  "nginx.json",
@@ -186,6 +189,7 @@
186
189
  "rake.json",
187
190
  "razor.json",
188
191
  "react-native.json",
192
+ "react.json",
189
193
  "redis-cli.json",
190
194
  "redis.json",
191
195
  "redshift.json",
@@ -206,6 +210,7 @@
206
210
  "scss.json",
207
211
  "sed.json",
208
212
  "sequelize.json",
213
+ "shadcn.json",
209
214
  "shell.json",
210
215
  "snyk.json",
211
216
  "sol.json",
@@ -0,0 +1,273 @@
1
+ {
2
+ "name": "nestjs",
3
+ "description": "NestJS CLI and development commands",
4
+ "commands": [
5
+ {
6
+ "command": "nest new",
7
+ "description": "Scaffolds a new NestJS project with a standard directory structure and configuration.",
8
+ "args": [
9
+ { "flag": "--directory", "description": "Specify the destination directory" },
10
+ { "flag": "--dry-run", "description": "Report actions that would be taken without writing out results" },
11
+ { "flag": "--skip-git", "alias": "-g", "description": "Skip git repository initialization" },
12
+ { "flag": "--skip-install", "alias": "-s", "description": "Skip package installation" },
13
+ { "flag": "--package-manager", "alias": "-p", "description": "Specify package manager (npm, yarn, pnpm)" },
14
+ { "flag": "--language", "alias": "-l", "description": "Programming language (TypeScript or JavaScript)" },
15
+ { "flag": "--strict", "description": "Enable strict mode in TypeScript configuration" }
16
+ ]
17
+ },
18
+ {
19
+ "command": "nest generate controller",
20
+ "description": "Generates a new NestJS controller class with route handling boilerplate.",
21
+ "args": [
22
+ { "flag": "--dry-run", "alias": "-d", "description": "Report actions without writing out results" },
23
+ { "flag": "--flat", "description": "Do not generate a dedicated directory" },
24
+ { "flag": "--no-spec", "description": "Do not generate spec (test) file" },
25
+ { "flag": "--skip-import", "description": "Skip importing into the declaring module" }
26
+ ]
27
+ },
28
+ {
29
+ "command": "nest generate service",
30
+ "description": "Generates a new NestJS injectable service class.",
31
+ "args": [
32
+ { "flag": "--dry-run", "alias": "-d", "description": "Report actions without writing out results" },
33
+ { "flag": "--flat", "description": "Do not generate a dedicated directory" },
34
+ { "flag": "--no-spec", "description": "Do not generate spec file" }
35
+ ]
36
+ },
37
+ {
38
+ "command": "nest generate module",
39
+ "description": "Generates a new NestJS module class.",
40
+ "args": [
41
+ { "flag": "--dry-run", "alias": "-d", "description": "Report actions without writing out results" },
42
+ { "flag": "--flat", "description": "Do not generate a dedicated directory" }
43
+ ]
44
+ },
45
+ {
46
+ "command": "nest generate guard",
47
+ "description": "Generates a new NestJS guard class implementing CanActivate.",
48
+ "args": [
49
+ { "flag": "--dry-run", "alias": "-d", "description": "Report actions without writing out results" },
50
+ { "flag": "--flat", "description": "Do not generate a dedicated directory" },
51
+ { "flag": "--no-spec", "description": "Do not generate spec file" }
52
+ ]
53
+ },
54
+ {
55
+ "command": "nest generate pipe",
56
+ "description": "Generates a new NestJS pipe class implementing PipeTransform.",
57
+ "args": [
58
+ { "flag": "--dry-run", "alias": "-d", "description": "Report actions without writing out results" },
59
+ { "flag": "--flat", "description": "Do not generate a dedicated directory" },
60
+ { "flag": "--no-spec", "description": "Do not generate spec file" }
61
+ ]
62
+ },
63
+ {
64
+ "command": "nest generate interceptor",
65
+ "description": "Generates a new NestJS interceptor class implementing NestInterceptor.",
66
+ "args": [
67
+ { "flag": "--dry-run", "alias": "-d", "description": "Report actions without writing out results" },
68
+ { "flag": "--flat", "description": "Do not generate a dedicated directory" },
69
+ { "flag": "--no-spec", "description": "Do not generate spec file" }
70
+ ]
71
+ },
72
+ {
73
+ "command": "nest generate filter",
74
+ "description": "Generates a new NestJS exception filter class.",
75
+ "args": [
76
+ { "flag": "--dry-run", "alias": "-d", "description": "Report actions without writing out results" },
77
+ { "flag": "--flat", "description": "Do not generate a dedicated directory" },
78
+ { "flag": "--no-spec", "description": "Do not generate spec file" }
79
+ ]
80
+ },
81
+ {
82
+ "command": "nest generate gateway",
83
+ "description": "Generates a new NestJS WebSocket gateway class.",
84
+ "args": [
85
+ { "flag": "--dry-run", "alias": "-d", "description": "Report actions without writing out results" },
86
+ { "flag": "--flat", "description": "Do not generate a dedicated directory" },
87
+ { "flag": "--no-spec", "description": "Do not generate spec file" }
88
+ ]
89
+ },
90
+ {
91
+ "command": "nest generate middleware",
92
+ "description": "Generates a new NestJS middleware class implementing NestMiddleware.",
93
+ "args": [
94
+ { "flag": "--dry-run", "alias": "-d", "description": "Report actions without writing out results" },
95
+ { "flag": "--flat", "description": "Do not generate a dedicated directory" }
96
+ ]
97
+ },
98
+ {
99
+ "command": "nest generate decorator",
100
+ "description": "Generates a new custom decorator.",
101
+ "args": [
102
+ { "flag": "--dry-run", "alias": "-d", "description": "Report actions without writing out results" },
103
+ { "flag": "--flat", "description": "Do not generate a dedicated directory" }
104
+ ]
105
+ },
106
+ {
107
+ "command": "nest generate interface",
108
+ "description": "Generates a new TypeScript interface.",
109
+ "args": [
110
+ { "flag": "--dry-run", "alias": "-d", "description": "Report actions without writing out results" },
111
+ { "flag": "--flat", "description": "Do not generate a dedicated directory" }
112
+ ]
113
+ },
114
+ {
115
+ "command": "nest generate class",
116
+ "description": "Generates a new TypeScript class.",
117
+ "args": [
118
+ { "flag": "--dry-run", "alias": "-d", "description": "Report actions without writing out results" },
119
+ { "flag": "--flat", "description": "Do not generate a dedicated directory" },
120
+ { "flag": "--no-spec", "description": "Do not generate spec file" }
121
+ ]
122
+ },
123
+ {
124
+ "command": "nest generate resource",
125
+ "description": "Generates a complete CRUD resource with module, controller, service, DTOs, and entities.",
126
+ "args": [
127
+ { "flag": "--dry-run", "alias": "-d", "description": "Report actions without writing out results" },
128
+ { "flag": "--no-spec", "description": "Do not generate spec files" },
129
+ { "flag": "--type", "description": "Transport layer: REST API, GraphQL (code first), GraphQL (schema first), Microservice, WebSockets" }
130
+ ]
131
+ },
132
+ {
133
+ "command": "nest build",
134
+ "description": "Compiles the NestJS application using the TypeScript compiler or webpack.",
135
+ "args": [
136
+ { "flag": "--config", "alias": "-c", "description": "Path to nest-cli.json configuration file" },
137
+ { "flag": "--path", "alias": "-p", "description": "Path to tsconfig.json" },
138
+ { "flag": "--watch", "alias": "-w", "description": "Run in watch mode (live-reload)" },
139
+ { "flag": "--webpack", "description": "Use webpack for compilation" },
140
+ { "flag": "--webpackPath", "description": "Path to webpack configuration" },
141
+ { "flag": "--tsc", "description": "Force use of tsc for compilation" }
142
+ ]
143
+ },
144
+ {
145
+ "command": "nest start",
146
+ "description": "Compiles and runs the NestJS application.",
147
+ "args": [
148
+ { "flag": "--config", "alias": "-c", "description": "Path to nest-cli.json configuration file" },
149
+ { "flag": "--path", "alias": "-p", "description": "Path to tsconfig.json" },
150
+ { "flag": "--watch", "alias": "-w", "description": "Run in watch mode (live-reload)" },
151
+ { "flag": "--debug", "alias": "-d", "description": "Run in debug mode (--inspect flag)" },
152
+ { "flag": "--exec", "alias": "-e", "description": "Specify the binary to run (default: node)" },
153
+ { "flag": "--preserveWatchOutput", "description": "Keep outdated console output in watch mode" }
154
+ ]
155
+ },
156
+ {
157
+ "command": "nest info",
158
+ "description": "Displays information about the installed NestJS packages and system environment.",
159
+ "args": []
160
+ },
161
+ {
162
+ "command": "nest add",
163
+ "description": "Adds a NestJS library or schematic package to the project.",
164
+ "args": [
165
+ { "flag": "--dry-run", "alias": "-d", "description": "Report actions without writing out results" },
166
+ { "flag": "--skip-install", "alias": "-s", "description": "Skip package installation" }
167
+ ]
168
+ },
169
+ {
170
+ "command": "npm run start:dev",
171
+ "description": "Starts the NestJS application in development mode with hot-reload (nest start --watch).",
172
+ "args": []
173
+ },
174
+ {
175
+ "command": "npm run start:debug",
176
+ "description": "Starts the NestJS application in debug mode with watch (nest start --debug --watch).",
177
+ "args": []
178
+ },
179
+ {
180
+ "command": "npm run start:prod",
181
+ "description": "Starts the compiled production application (node dist/main).",
182
+ "args": []
183
+ },
184
+ {
185
+ "command": "npm run build",
186
+ "description": "Builds the NestJS application for production.",
187
+ "args": []
188
+ },
189
+ {
190
+ "command": "npm run test",
191
+ "description": "Runs unit tests using Jest.",
192
+ "args": []
193
+ },
194
+ {
195
+ "command": "npm run test:e2e",
196
+ "description": "Runs end-to-end tests using Jest with the e2e configuration.",
197
+ "args": []
198
+ },
199
+ {
200
+ "command": "npm run test:cov",
201
+ "description": "Runs unit tests with code coverage reporting.",
202
+ "args": []
203
+ },
204
+ {
205
+ "command": "npm run lint",
206
+ "description": "Runs ESLint to lint TypeScript source files.",
207
+ "args": []
208
+ },
209
+ {
210
+ "command": "npx prisma init",
211
+ "description": "Initializes a new Prisma project with a schema file and .env file.",
212
+ "args": [
213
+ { "flag": "--datasource-provider", "description": "Database provider: postgresql, mysql, sqlite, sqlserver, mongodb, cockroachdb" }
214
+ ]
215
+ },
216
+ {
217
+ "command": "npx prisma migrate dev",
218
+ "description": "Creates and applies database migrations in development.",
219
+ "args": [
220
+ { "flag": "--name", "description": "Name the migration" },
221
+ { "flag": "--create-only", "description": "Create migration file only without applying" }
222
+ ]
223
+ },
224
+ {
225
+ "command": "npx prisma generate",
226
+ "description": "Generates the Prisma Client based on the schema.",
227
+ "args": []
228
+ },
229
+ {
230
+ "command": "npx prisma db push",
231
+ "description": "Pushes the Prisma schema state to the database without creating migrations.",
232
+ "args": [
233
+ { "flag": "--force-reset", "description": "Force reset the database" }
234
+ ]
235
+ },
236
+ {
237
+ "command": "npx prisma studio",
238
+ "description": "Opens Prisma Studio, a visual editor for your database data.",
239
+ "args": [
240
+ { "flag": "--port", "alias": "-p", "description": "Port to start Prisma Studio on" }
241
+ ]
242
+ },
243
+ {
244
+ "command": "npx typeorm migration:create",
245
+ "description": "Creates a new empty TypeORM migration file.",
246
+ "args": [
247
+ { "flag": "-n", "description": "Name of the migration" }
248
+ ]
249
+ },
250
+ {
251
+ "command": "npx typeorm migration:generate",
252
+ "description": "Generates a TypeORM migration based on entity changes.",
253
+ "args": [
254
+ { "flag": "-n", "description": "Name of the migration" },
255
+ { "flag": "-d", "description": "Path to data source" }
256
+ ]
257
+ },
258
+ {
259
+ "command": "npx typeorm migration:run",
260
+ "description": "Runs all pending TypeORM migrations.",
261
+ "args": [
262
+ { "flag": "-d", "description": "Path to data source" }
263
+ ]
264
+ },
265
+ {
266
+ "command": "npx typeorm migration:revert",
267
+ "description": "Reverts the last executed TypeORM migration.",
268
+ "args": [
269
+ { "flag": "-d", "description": "Path to data source" }
270
+ ]
271
+ }
272
+ ]
273
+ }