@engjts/nexus 0.1.8 → 0.1.9

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 (205) hide show
  1. package/package.json +1 -1
  2. package/BENCHMARK_REPORT.md +0 -343
  3. package/documentation/01-getting-started.md +0 -240
  4. package/documentation/02-context.md +0 -335
  5. package/documentation/03-routing.md +0 -397
  6. package/documentation/04-middleware.md +0 -483
  7. package/documentation/05-validation.md +0 -514
  8. package/documentation/06-error-handling.md +0 -465
  9. package/documentation/07-performance.md +0 -364
  10. package/documentation/08-adapters.md +0 -470
  11. package/documentation/09-api-reference.md +0 -548
  12. package/documentation/10-examples.md +0 -582
  13. package/documentation/11-deployment.md +0 -477
  14. package/documentation/12-sentry.md +0 -620
  15. package/documentation/13-sentry-data-storage.md +0 -996
  16. package/documentation/14-sentry-data-reference.md +0 -457
  17. package/documentation/15-sentry-summary.md +0 -409
  18. package/documentation/16-alerts-system.md +0 -745
  19. package/documentation/17-alert-adapters.md +0 -696
  20. package/documentation/18-alerts-implementation-summary.md +0 -385
  21. package/documentation/19-class-based-routing.md +0 -840
  22. package/documentation/20-websocket-realtime.md +0 -813
  23. package/documentation/21-cache-system.md +0 -510
  24. package/documentation/22-job-queue.md +0 -772
  25. package/documentation/23-sentry-plugin.md +0 -551
  26. package/documentation/24-testing-utilities.md +0 -1287
  27. package/documentation/25-api-versioning.md +0 -533
  28. package/documentation/26-context-store.md +0 -607
  29. package/documentation/27-dependency-injection.md +0 -329
  30. package/documentation/28-lifecycle-hooks.md +0 -521
  31. package/documentation/29-package-structure.md +0 -196
  32. package/documentation/30-plugin-system.md +0 -414
  33. package/documentation/31-jwt-authentication.md +0 -597
  34. package/documentation/32-cli.md +0 -268
  35. package/documentation/ALERTS-COMPLETE-SUMMARY.md +0 -429
  36. package/documentation/ALERTS-INDEX.md +0 -330
  37. package/documentation/ALERTS-QUICK-REFERENCE.md +0 -286
  38. package/documentation/README.md +0 -178
  39. package/documentation/index.html +0 -34
  40. package/modern_framework_paper.md +0 -1870
  41. package/public/css/style.css +0 -87
  42. package/public/index.html +0 -34
  43. package/public/js/app.js +0 -27
  44. package/src/advanced/cache/InMemoryCacheStore.ts +0 -68
  45. package/src/advanced/cache/MultiTierCache.ts +0 -194
  46. package/src/advanced/cache/RedisCacheStore.ts +0 -341
  47. package/src/advanced/cache/index.ts +0 -5
  48. package/src/advanced/cache/types.ts +0 -40
  49. package/src/advanced/graphql/SimpleDataLoader.ts +0 -42
  50. package/src/advanced/graphql/index.ts +0 -22
  51. package/src/advanced/graphql/server.ts +0 -252
  52. package/src/advanced/graphql/types.ts +0 -42
  53. package/src/advanced/jobs/InMemoryQueueStore.ts +0 -68
  54. package/src/advanced/jobs/JobQueue.ts +0 -556
  55. package/src/advanced/jobs/RedisQueueStore.ts +0 -367
  56. package/src/advanced/jobs/index.ts +0 -5
  57. package/src/advanced/jobs/types.ts +0 -70
  58. package/src/advanced/observability/APMManager.ts +0 -163
  59. package/src/advanced/observability/AlertManager.ts +0 -109
  60. package/src/advanced/observability/MetricRegistry.ts +0 -151
  61. package/src/advanced/observability/ObservabilityCenter.ts +0 -304
  62. package/src/advanced/observability/StructuredLogger.ts +0 -154
  63. package/src/advanced/observability/TracingManager.ts +0 -117
  64. package/src/advanced/observability/adapters.ts +0 -304
  65. package/src/advanced/observability/createObservabilityMiddleware.ts +0 -63
  66. package/src/advanced/observability/index.ts +0 -11
  67. package/src/advanced/observability/types.ts +0 -174
  68. package/src/advanced/playground/extractPathParams.ts +0 -6
  69. package/src/advanced/playground/generateFieldExample.ts +0 -31
  70. package/src/advanced/playground/generatePlaygroundHTML.ts +0 -1956
  71. package/src/advanced/playground/generateSummary.ts +0 -19
  72. package/src/advanced/playground/getTagFromPath.ts +0 -9
  73. package/src/advanced/playground/index.ts +0 -8
  74. package/src/advanced/playground/playground.ts +0 -250
  75. package/src/advanced/playground/types.ts +0 -49
  76. package/src/advanced/playground/zodToExample.ts +0 -16
  77. package/src/advanced/playground/zodToParams.ts +0 -15
  78. package/src/advanced/postman/buildAuth.ts +0 -31
  79. package/src/advanced/postman/buildBody.ts +0 -15
  80. package/src/advanced/postman/buildQueryParams.ts +0 -27
  81. package/src/advanced/postman/buildRequestItem.ts +0 -36
  82. package/src/advanced/postman/buildResponses.ts +0 -11
  83. package/src/advanced/postman/buildUrl.ts +0 -33
  84. package/src/advanced/postman/capitalize.ts +0 -4
  85. package/src/advanced/postman/generateCollection.ts +0 -59
  86. package/src/advanced/postman/generateEnvironment.ts +0 -34
  87. package/src/advanced/postman/generateExampleFromZod.ts +0 -21
  88. package/src/advanced/postman/generateFieldExample.ts +0 -45
  89. package/src/advanced/postman/generateName.ts +0 -20
  90. package/src/advanced/postman/generateUUID.ts +0 -11
  91. package/src/advanced/postman/getTagFromPath.ts +0 -10
  92. package/src/advanced/postman/index.ts +0 -28
  93. package/src/advanced/postman/postman.ts +0 -156
  94. package/src/advanced/postman/slugify.ts +0 -7
  95. package/src/advanced/postman/types.ts +0 -140
  96. package/src/advanced/realtime/index.ts +0 -18
  97. package/src/advanced/realtime/websocket.ts +0 -231
  98. package/src/advanced/sentry/index.ts +0 -1236
  99. package/src/advanced/sentry/types.ts +0 -355
  100. package/src/advanced/static/generateDirectoryListing.ts +0 -47
  101. package/src/advanced/static/generateETag.ts +0 -7
  102. package/src/advanced/static/getMimeType.ts +0 -9
  103. package/src/advanced/static/index.ts +0 -32
  104. package/src/advanced/static/isSafePath.ts +0 -13
  105. package/src/advanced/static/publicDir.ts +0 -21
  106. package/src/advanced/static/serveStatic.ts +0 -225
  107. package/src/advanced/static/spa.ts +0 -24
  108. package/src/advanced/static/types.ts +0 -159
  109. package/src/advanced/swagger/SwaggerGenerator.ts +0 -66
  110. package/src/advanced/swagger/buildOperation.ts +0 -61
  111. package/src/advanced/swagger/buildParameters.ts +0 -61
  112. package/src/advanced/swagger/buildRequestBody.ts +0 -21
  113. package/src/advanced/swagger/buildResponses.ts +0 -54
  114. package/src/advanced/swagger/capitalize.ts +0 -5
  115. package/src/advanced/swagger/convertPath.ts +0 -9
  116. package/src/advanced/swagger/createSwagger.ts +0 -12
  117. package/src/advanced/swagger/generateOperationId.ts +0 -21
  118. package/src/advanced/swagger/generateSpec.ts +0 -105
  119. package/src/advanced/swagger/generateSummary.ts +0 -24
  120. package/src/advanced/swagger/generateSwaggerUI.ts +0 -70
  121. package/src/advanced/swagger/generateThemeCss.ts +0 -53
  122. package/src/advanced/swagger/index.ts +0 -25
  123. package/src/advanced/swagger/swagger.ts +0 -237
  124. package/src/advanced/swagger/types.ts +0 -206
  125. package/src/advanced/swagger/zodFieldToOpenAPI.ts +0 -94
  126. package/src/advanced/swagger/zodSchemaToOpenAPI.ts +0 -50
  127. package/src/advanced/swagger/zodToOpenAPI.ts +0 -22
  128. package/src/advanced/testing/factory.ts +0 -509
  129. package/src/advanced/testing/harness.ts +0 -612
  130. package/src/advanced/testing/index.ts +0 -430
  131. package/src/advanced/testing/load-test.ts +0 -618
  132. package/src/advanced/testing/mock-server.ts +0 -498
  133. package/src/advanced/testing/mock.ts +0 -670
  134. package/src/cli/bin.ts +0 -9
  135. package/src/cli/cli.ts +0 -158
  136. package/src/cli/commands/add.ts +0 -178
  137. package/src/cli/commands/build.ts +0 -73
  138. package/src/cli/commands/create.ts +0 -166
  139. package/src/cli/commands/dev.ts +0 -85
  140. package/src/cli/commands/generate.ts +0 -99
  141. package/src/cli/commands/help.ts +0 -95
  142. package/src/cli/commands/init.ts +0 -91
  143. package/src/cli/commands/version.ts +0 -38
  144. package/src/cli/index.ts +0 -6
  145. package/src/cli/templates/generators.ts +0 -359
  146. package/src/cli/templates/index.ts +0 -680
  147. package/src/cli/utils/exec.ts +0 -52
  148. package/src/cli/utils/file-system.ts +0 -78
  149. package/src/cli/utils/logger.ts +0 -111
  150. package/src/core/adapter.ts +0 -88
  151. package/src/core/application.ts +0 -1453
  152. package/src/core/context-pool.ts +0 -79
  153. package/src/core/context.ts +0 -856
  154. package/src/core/index.ts +0 -94
  155. package/src/core/middleware.ts +0 -272
  156. package/src/core/performance/buffer-pool.ts +0 -108
  157. package/src/core/performance/middleware-optimizer.ts +0 -162
  158. package/src/core/plugin/PluginManager.ts +0 -435
  159. package/src/core/plugin/builder.ts +0 -358
  160. package/src/core/plugin/index.ts +0 -50
  161. package/src/core/plugin/types.ts +0 -214
  162. package/src/core/router/file-router.ts +0 -623
  163. package/src/core/router/index.ts +0 -260
  164. package/src/core/router/radix-tree.ts +0 -242
  165. package/src/core/serializer.ts +0 -397
  166. package/src/core/store/index.ts +0 -30
  167. package/src/core/store/registry.ts +0 -178
  168. package/src/core/store/request-store.ts +0 -240
  169. package/src/core/store/types.ts +0 -233
  170. package/src/core/types.ts +0 -616
  171. package/src/database/adapter.ts +0 -35
  172. package/src/database/adapters/index.ts +0 -1
  173. package/src/database/adapters/mysql.ts +0 -669
  174. package/src/database/database.ts +0 -70
  175. package/src/database/dialect.ts +0 -388
  176. package/src/database/index.ts +0 -12
  177. package/src/database/migrations.ts +0 -86
  178. package/src/database/optimizer.ts +0 -125
  179. package/src/database/query-builder.ts +0 -404
  180. package/src/database/realtime.ts +0 -53
  181. package/src/database/schema.ts +0 -71
  182. package/src/database/transactions.ts +0 -56
  183. package/src/database/types.ts +0 -87
  184. package/src/deployment/cluster.ts +0 -471
  185. package/src/deployment/config.ts +0 -454
  186. package/src/deployment/docker.ts +0 -599
  187. package/src/deployment/graceful-shutdown.ts +0 -373
  188. package/src/deployment/index.ts +0 -56
  189. package/src/index.ts +0 -281
  190. package/src/security/adapter.ts +0 -318
  191. package/src/security/auth/JWTPlugin.ts +0 -234
  192. package/src/security/auth/JWTProvider.ts +0 -316
  193. package/src/security/auth/adapter.ts +0 -12
  194. package/src/security/auth/jwt.ts +0 -234
  195. package/src/security/auth/middleware.ts +0 -188
  196. package/src/security/csrf.ts +0 -220
  197. package/src/security/headers.ts +0 -108
  198. package/src/security/index.ts +0 -60
  199. package/src/security/rate-limit/adapter.ts +0 -7
  200. package/src/security/rate-limit/memory.ts +0 -108
  201. package/src/security/rate-limit/middleware.ts +0 -181
  202. package/src/security/sanitization.ts +0 -75
  203. package/src/security/types.ts +0 -240
  204. package/src/security/utils.ts +0 -52
  205. package/tsconfig.json +0 -39
@@ -1,680 +0,0 @@
1
- export class ProjectTemplates {
2
- constructor(private projectName: string) {}
3
-
4
- getTemplate(type: string): Record<string, string> {
5
- switch (type) {
6
- case 'api':
7
- return this.getApiTemplate();
8
- case 'fullstack':
9
- return this.getFullstackTemplate();
10
- case 'basic':
11
- default:
12
- return this.getBasicTemplate();
13
- }
14
- }
15
-
16
- private getBasicTemplate(): Record<string, string> {
17
- return {
18
- 'package.json': this.getPackageJson('basic'),
19
- 'tsconfig.json': this.getTsConfig(),
20
- '.gitignore': this.getGitIgnore(),
21
- '.env.example': this.getEnvExample(),
22
- 'README.md': this.getReadme(),
23
- 'src/index.ts': this.getBasicEntry(),
24
- 'src/routes/index.ts': this.getBasicRoutes(),
25
- };
26
- }
27
-
28
- private getApiTemplate(): Record<string, string> {
29
- return {
30
- 'package.json': this.getPackageJson('api'),
31
- 'tsconfig.json': this.getTsConfig(),
32
- '.gitignore': this.getGitIgnore(),
33
- '.env.example': this.getEnvExample('api'),
34
- 'README.md': this.getReadme(),
35
- 'src/index.ts': this.getApiEntry(),
36
- 'src/routes/index.ts': this.getApiRoutes(),
37
- 'src/routes/users.ts': this.getUserRoutes(),
38
- 'src/middleware/auth.ts': this.getAuthMiddleware(),
39
- 'src/middleware/logger.ts': this.getLoggerMiddleware(),
40
- 'src/services/user.service.ts': this.getUserService(),
41
- 'src/validators/user.validator.ts': this.getUserValidator(),
42
- 'src/types/index.ts': this.getTypes(),
43
- };
44
- }
45
-
46
- private getFullstackTemplate(): Record<string, string> {
47
- return {
48
- ...this.getApiTemplate(),
49
- 'public/index.html': this.getPublicHtml(),
50
- 'public/css/style.css': this.getPublicCss(),
51
- 'public/js/app.js': this.getPublicJs(),
52
- };
53
- }
54
-
55
- private getPackageJson(type: string): string {
56
- const scripts: Record<string, string> = {
57
- dev: 'tsx watch src/index.ts',
58
- build: 'tsc',
59
- start: 'node dist/index.js',
60
- test: 'jest',
61
- };
62
-
63
- const dependencies: Record<string, string> = {
64
- '@engjts/nexus': '^0.1.3',
65
- zod: '^3.22.4',
66
- ws: '^8.16.0',
67
- };
68
-
69
- const devDependencies: Record<string, string> = {
70
- '@types/node': '^20.10.0',
71
- '@types/ws': '^8.18.1',
72
- typescript: '^5.3.3',
73
- tsx: '^4.7.0',
74
- };
75
-
76
- if (type === 'api' || type === 'fullstack') {
77
- devDependencies['@types/jest'] = '^29.5.11';
78
- devDependencies['jest'] = '^29.7.0';
79
- devDependencies['ts-jest'] = '^29.1.1';
80
- }
81
-
82
- return JSON.stringify(
83
- {
84
- name: this.projectName,
85
- version: '0.1.0',
86
- description: `${this.projectName} - Powered by Nexus`,
87
- main: 'dist/index.js',
88
- scripts,
89
- keywords: ['nexus', 'api', 'typescript'],
90
- author: '',
91
- license: 'MIT',
92
- dependencies,
93
- devDependencies,
94
- },
95
- null,
96
- 2
97
- );
98
- }
99
-
100
- private getTsConfig(): string {
101
- return JSON.stringify(
102
- {
103
- compilerOptions: {
104
- target: 'ES2022',
105
- module: 'NodeNext',
106
- moduleResolution: 'NodeNext',
107
- lib: ['ES2022'],
108
- outDir: './dist',
109
- rootDir: './src',
110
- strict: true,
111
- esModuleInterop: true,
112
- skipLibCheck: true,
113
- forceConsistentCasingInFileNames: true,
114
- resolveJsonModule: true,
115
- declaration: true,
116
- declarationMap: true,
117
- sourceMap: true,
118
- },
119
- include: ['src/**/*'],
120
- exclude: ['node_modules', 'dist'],
121
- },
122
- null,
123
- 2
124
- );
125
- }
126
-
127
- private getGitIgnore(): string {
128
- return `# Dependencies
129
- node_modules/
130
-
131
- # Build output
132
- dist/
133
-
134
- # Environment files
135
- .env
136
- .env.local
137
- .env.*.local
138
-
139
- # IDE
140
- .vscode/
141
- .idea/
142
- *.swp
143
- *.swo
144
-
145
- # OS
146
- .DS_Store
147
- Thumbs.db
148
-
149
- # Logs
150
- logs/
151
- *.log
152
- npm-debug.log*
153
- yarn-debug.log*
154
- yarn-error.log*
155
-
156
- # Test coverage
157
- coverage/
158
-
159
- # Misc
160
- *.tsbuildinfo
161
- `;
162
- }
163
-
164
- private getEnvExample(type = 'basic'): string {
165
- let env = `# Server
166
- PORT=3000
167
- HOST=localhost
168
- NODE_ENV=development
169
- `;
170
-
171
- if (type === 'api') {
172
- env += `
173
- # Database
174
- DATABASE_URL=mysql://user:password@localhost:3306/dbname
175
-
176
- # JWT
177
- JWT_SECRET=your-super-secret-jwt-key
178
- JWT_EXPIRES_IN=7d
179
-
180
- # Rate Limiting
181
- RATE_LIMIT_MAX=100
182
- RATE_LIMIT_WINDOW_MS=60000
183
- `;
184
- }
185
-
186
- return env;
187
- }
188
-
189
- private getReadme(): string {
190
- return `# ${this.projectName}
191
-
192
- A web application built with [Nexus](https://github.com/engjts/nexus) - Async-First Web Framework.
193
-
194
- ## Getting Started
195
-
196
- ### Prerequisites
197
-
198
- - Node.js 18+
199
- - npm/yarn/pnpm
200
-
201
- ### Installation
202
-
203
- \`\`\`bash
204
- npm install
205
- \`\`\`
206
-
207
- ### Development
208
-
209
- \`\`\`bash
210
- npm run dev
211
- \`\`\`
212
-
213
- ### Build
214
-
215
- \`\`\`bash
216
- npm run build
217
- \`\`\`
218
-
219
- ### Production
220
-
221
- \`\`\`bash
222
- npm start
223
- \`\`\`
224
-
225
- ## Project Structure
226
-
227
- \`\`\`
228
- src/
229
- ├── index.ts # Application entry point
230
- ├── routes/ # Route handlers
231
- ├── middleware/ # Custom middleware
232
- ├── services/ # Business logic
233
- ├── validators/ # Request validation
234
- └── types/ # TypeScript types
235
- \`\`\`
236
-
237
- ## Features
238
-
239
- - ⚡ Async-first design
240
- - 🔒 Built-in security
241
- - 📝 Type-safe with TypeScript
242
- - 🚀 High performance
243
- - 🧩 Modular architecture
244
-
245
- ## License
246
-
247
- MIT
248
- `;
249
- }
250
-
251
- private getBasicEntry(): string {
252
- return `import { Nexus } from '@engjts/nexus';
253
- import { routes } from './routes';
254
-
255
- const app = new Nexus();
256
-
257
- // Register routes
258
- app.use(routes);
259
-
260
- // Start server
261
- const PORT = process.env.PORT || 3000;
262
-
263
- app.listen(PORT, () => {
264
- console.log(\`🚀 Server running at http://localhost:\${PORT}\`);
265
- });
266
- `;
267
- }
268
-
269
- private getBasicRoutes(): string {
270
- return `import { Router } from '@engjts/nexus';
271
-
272
- export const routes = new Router();
273
-
274
- routes.get('/', async () => {
275
- return {
276
- message: 'Welcome to Nexus!',
277
- version: '1.0.0',
278
- };
279
- });
280
-
281
- routes.get('/health', async () => {
282
- return {
283
- status: 'ok',
284
- timestamp: new Date().toISOString(),
285
- };
286
- });
287
- `;
288
- }
289
-
290
- private getApiEntry(): string {
291
- return `import { Nexus, errorHandler } from '@engjts/nexus';
292
- import { routes } from './routes';
293
- import { loggerMiddleware } from './middleware/logger';
294
-
295
- const app = new Nexus();
296
-
297
- // Global middleware
298
- app.use(loggerMiddleware);
299
-
300
- // Register routes
301
- app.use(routes);
302
-
303
- // Error handling
304
- app.use(errorHandler);
305
-
306
- // Start server
307
- const PORT = process.env.PORT || 3000;
308
-
309
- app.listen(PORT, () => {
310
- console.log(\`🚀 API Server running at http://localhost:\${PORT}\`);
311
- console.log(\`📚 Environment: \${process.env.NODE_ENV || 'development'}\`);
312
- });
313
- `;
314
- }
315
-
316
- private getApiRoutes(): string {
317
- return `import { Router } from '@engjts/nexus';
318
- import { userRoutes } from './users';
319
-
320
- export const routes = new Router();
321
-
322
- // Health check
323
- routes.get('/health', async () => {
324
- return {
325
- status: 'ok',
326
- timestamp: new Date().toISOString(),
327
- uptime: process.uptime(),
328
- };
329
- });
330
-
331
- // API info
332
- routes.get('/api', async () => {
333
- return {
334
- name: 'API',
335
- version: '1.0.0',
336
- endpoints: ['/api/users', '/health'],
337
- };
338
- });
339
-
340
- // Mount user routes
341
- routes.group('/api/users', userRoutes);
342
- `;
343
- }
344
-
345
- private getUserRoutes(): string {
346
- return `import { Router, HttpError } from '@engjts/nexus';
347
- import { UserService } from '../services/user.service';
348
- import { createUserSchema, updateUserSchema } from '../validators/user.validator';
349
-
350
- export const userRoutes = new Router();
351
- const userService = new UserService();
352
-
353
- // GET /api/users
354
- userRoutes.get('/', async () => {
355
- const users = await userService.findAll();
356
- return { users };
357
- });
358
-
359
- // GET /api/users/:id
360
- userRoutes.get('/:id', async (ctx) => {
361
- const { id } = ctx.params;
362
- const user = await userService.findById(id);
363
-
364
- if (!user) {
365
- throw new HttpError(404, 'User not found');
366
- }
367
-
368
- return { user };
369
- });
370
-
371
- // POST /api/users
372
- userRoutes.post('/', async (ctx) => {
373
- const body = await ctx.body();
374
- const validated = createUserSchema.parse(body);
375
-
376
- const user = await userService.create(validated);
377
- return { status: 201, data: { user } };
378
- });
379
-
380
- // PUT /api/users/:id
381
- userRoutes.put('/:id', async (ctx) => {
382
- const { id } = ctx.params;
383
- const body = await ctx.body();
384
- const validated = updateUserSchema.parse(body);
385
-
386
- const user = await userService.update(id, validated);
387
-
388
- if (!user) {
389
- throw new HttpError(404, 'User not found');
390
- }
391
-
392
- return { user };
393
- });
394
-
395
- // DELETE /api/users/:id
396
- userRoutes.delete('/:id', async (ctx) => {
397
- const { id } = ctx.params;
398
- const deleted = await userService.delete(id);
399
-
400
- if (!deleted) {
401
- throw new HttpError(404, 'User not found');
402
- }
403
-
404
- return { message: 'User deleted successfully' };
405
- });
406
- `;
407
- }
408
-
409
- private getAuthMiddleware(): string {
410
- return `import { Middleware, Context, HttpError } from '@engjts/nexus';
411
-
412
- export const authMiddleware: Middleware = async (ctx: Context, next) => {
413
- const authHeader = ctx.headers.get('authorization');
414
-
415
- if (!authHeader || !authHeader.startsWith('Bearer ')) {
416
- throw new HttpError(401, 'Unauthorized');
417
- }
418
-
419
- const token = authHeader.slice(7);
420
-
421
- try {
422
- // TODO: Verify JWT token
423
- // const payload = await verifyToken(token);
424
- // ctx.set('user', payload);
425
-
426
- return next();
427
- } catch (error) {
428
- throw new HttpError(401, 'Invalid token');
429
- }
430
- };
431
- `;
432
- }
433
-
434
- private getLoggerMiddleware(): string {
435
- return `import { Middleware, Context } from '@engjts/nexus';
436
-
437
- export const loggerMiddleware: Middleware = async (ctx: Context, next) => {
438
- const start = Date.now();
439
- const { method, path } = ctx;
440
-
441
- console.log(\`→ \${method} \${path}\`);
442
-
443
- const response = await next();
444
-
445
- const duration = Date.now() - start;
446
- console.log(\`← \${method} \${path} \${duration}ms\`);
447
-
448
- return response;
449
- };
450
- `;
451
- }
452
-
453
- private getUserService(): string {
454
- return `import { User, CreateUserDto, UpdateUserDto } from '../types';
455
-
456
- // In-memory storage for demo purposes
457
- const users: Map<string, User> = new Map();
458
- let idCounter = 1;
459
-
460
- export class UserService {
461
- async findAll(): Promise<User[]> {
462
- return Array.from(users.values());
463
- }
464
-
465
- async findById(id: string): Promise<User | null> {
466
- return users.get(id) || null;
467
- }
468
-
469
- async create(data: CreateUserDto): Promise<User> {
470
- const id = String(idCounter++);
471
- const user: User = {
472
- id,
473
- ...data,
474
- createdAt: new Date(),
475
- updatedAt: new Date(),
476
- };
477
-
478
- users.set(id, user);
479
- return user;
480
- }
481
-
482
- async update(id: string, data: UpdateUserDto): Promise<User | null> {
483
- const user = users.get(id);
484
-
485
- if (!user) {
486
- return null;
487
- }
488
-
489
- const updatedUser: User = {
490
- ...user,
491
- ...data,
492
- updatedAt: new Date(),
493
- };
494
-
495
- users.set(id, updatedUser);
496
- return updatedUser;
497
- }
498
-
499
- async delete(id: string): Promise<boolean> {
500
- return users.delete(id);
501
- }
502
- }
503
- `;
504
- }
505
-
506
- private getUserValidator(): string {
507
- return `import { z } from 'zod';
508
-
509
- export const createUserSchema = z.object({
510
- name: z.string().min(2).max(100),
511
- email: z.string().email(),
512
- password: z.string().min(8),
513
- });
514
-
515
- export const updateUserSchema = z.object({
516
- name: z.string().min(2).max(100).optional(),
517
- email: z.string().email().optional(),
518
- });
519
-
520
- export type CreateUserInput = z.infer<typeof createUserSchema>;
521
- export type UpdateUserInput = z.infer<typeof updateUserSchema>;
522
- `;
523
- }
524
-
525
- private getTypes(): string {
526
- return `export interface User {
527
- id: string;
528
- name: string;
529
- email: string;
530
- createdAt: Date;
531
- updatedAt: Date;
532
- }
533
-
534
- export interface CreateUserDto {
535
- name: string;
536
- email: string;
537
- password: string;
538
- }
539
-
540
- export interface UpdateUserDto {
541
- name?: string;
542
- email?: string;
543
- }
544
-
545
- export interface ApiResponse<T> {
546
- data?: T;
547
- error?: string;
548
- message?: string;
549
- }
550
- `;
551
- }
552
-
553
- private getPublicHtml(): string {
554
- return `<!DOCTYPE html>
555
- <html lang="en">
556
- <head>
557
- <meta charset="UTF-8">
558
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
559
- <title>${this.projectName}</title>
560
- <link rel="stylesheet" href="/css/style.css">
561
- </head>
562
- <body>
563
- <div id="app">
564
- <header>
565
- <h1>${this.projectName}</h1>
566
- <p>Powered by Nexus Framework</p>
567
- </header>
568
-
569
- <main>
570
- <section class="hero">
571
- <h2>Welcome to your new project!</h2>
572
- <p>Start building amazing things.</p>
573
- </section>
574
- </main>
575
-
576
- <footer>
577
- <p>&copy; ${new Date().getFullYear()} ${this.projectName}</p>
578
- </footer>
579
- </div>
580
-
581
- <script src="/js/app.js"></script>
582
- </body>
583
- </html>
584
- `;
585
- }
586
-
587
- private getPublicCss(): string {
588
- return `* {
589
- margin: 0;
590
- padding: 0;
591
- box-sizing: border-box;
592
- }
593
-
594
- :root {
595
- --primary: #3b82f6;
596
- --primary-dark: #2563eb;
597
- --text: #1f2937;
598
- --text-light: #6b7280;
599
- --bg: #ffffff;
600
- --bg-alt: #f9fafb;
601
- }
602
-
603
- body {
604
- font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
605
- line-height: 1.6;
606
- color: var(--text);
607
- background: var(--bg);
608
- }
609
-
610
- #app {
611
- min-height: 100vh;
612
- display: flex;
613
- flex-direction: column;
614
- }
615
-
616
- header {
617
- background: var(--primary);
618
- color: white;
619
- padding: 2rem;
620
- text-align: center;
621
- }
622
-
623
- header h1 {
624
- font-size: 2rem;
625
- margin-bottom: 0.5rem;
626
- }
627
-
628
- header p {
629
- opacity: 0.9;
630
- }
631
-
632
- main {
633
- flex: 1;
634
- padding: 2rem;
635
- max-width: 1200px;
636
- margin: 0 auto;
637
- width: 100%;
638
- }
639
-
640
- .hero {
641
- text-align: center;
642
- padding: 4rem 2rem;
643
- background: var(--bg-alt);
644
- border-radius: 8px;
645
- margin-top: 2rem;
646
- }
647
-
648
- .hero h2 {
649
- font-size: 2.5rem;
650
- margin-bottom: 1rem;
651
- color: var(--primary);
652
- }
653
-
654
- footer {
655
- background: var(--bg-alt);
656
- padding: 1.5rem;
657
- text-align: center;
658
- color: var(--text-light);
659
- }
660
- `;
661
- }
662
-
663
- private getPublicJs(): string {
664
- return `// App initialization
665
- document.addEventListener('DOMContentLoaded', () => {
666
- console.log('${this.projectName} initialized!');
667
-
668
- // Fetch API health
669
- fetch('/health')
670
- .then(res => res.json())
671
- .then(data => {
672
- console.log('API Status:', data);
673
- })
674
- .catch(err => {
675
- console.error('API Error:', err);
676
- });
677
- });
678
- `;
679
- }
680
- }
@@ -1,52 +0,0 @@
1
- import { exec, spawn } from 'child_process';
2
- import { promisify } from 'util';
3
-
4
- const execAsync = promisify(exec);
5
-
6
- export interface ExecResult {
7
- stdout: string;
8
- stderr: string;
9
- }
10
-
11
- export async function executeCommand(
12
- command: string,
13
- cwd?: string
14
- ): Promise<ExecResult> {
15
- return execAsync(command, { cwd });
16
- }
17
-
18
- export function spawnCommand(
19
- command: string,
20
- args: string[],
21
- options: {
22
- cwd?: string;
23
- stdio?: 'inherit' | 'pipe';
24
- env?: NodeJS.ProcessEnv;
25
- } = {}
26
- ): Promise<number> {
27
- return new Promise((resolve, reject) => {
28
- const proc = spawn(command, args, {
29
- cwd: options.cwd,
30
- stdio: options.stdio || 'inherit',
31
- env: { ...process.env, ...options.env },
32
- shell: true,
33
- });
34
-
35
- proc.on('close', (code) => {
36
- resolve(code || 0);
37
- });
38
-
39
- proc.on('error', (error) => {
40
- reject(error);
41
- });
42
- });
43
- }
44
-
45
- export async function checkCommandExists(command: string): Promise<boolean> {
46
- try {
47
- await execAsync(`which ${command}`);
48
- return true;
49
- } catch {
50
- return false;
51
- }
52
- }