create-better-t-stack 3.24.0 → 3.25.3
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.
- package/dist/cli.mjs +2 -2
- package/dist/index.d.mts +222 -765
- package/dist/index.mjs +1 -1
- package/dist/{src-SYbbb0XN.mjs → src-BsKaExN8.mjs} +134 -109
- package/package.json +4 -4
package/dist/index.d.mts
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import * as
|
|
2
|
+
import * as _trpc_server0 from "@trpc/server";
|
|
3
3
|
import * as better_result0 from "better-result";
|
|
4
4
|
import { Result, Result as Result$1 } from "better-result";
|
|
5
|
-
import { createCli } from "trpc-cli";
|
|
5
|
+
import { TrpcCliMeta, createCli } from "trpc-cli";
|
|
6
6
|
import z from "zod";
|
|
7
7
|
import { EMBEDDED_TEMPLATES, GeneratorError, GeneratorError as GeneratorError$1, GeneratorOptions, TEMPLATE_COUNT, VirtualDirectory, VirtualFile, VirtualFileSystem, VirtualFileTree, VirtualFileTree as VirtualFileTree$1, VirtualNode, generate } from "@better-t-stack/template-generator";
|
|
8
8
|
|
|
@@ -156,769 +156,226 @@ declare const SchemaNameSchema: z.ZodDefault<z.ZodEnum<{
|
|
|
156
156
|
}>>;
|
|
157
157
|
type SchemaName = z.infer<typeof SchemaNameSchema>;
|
|
158
158
|
declare function getSchemaResult(name: SchemaName): unknown;
|
|
159
|
-
declare const router: {
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
"
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
}
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
"
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
"
|
|
342
|
-
"
|
|
343
|
-
}
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
}
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
antigravity: "antigravity";
|
|
380
|
-
cline: "cline";
|
|
381
|
-
"cline-cli": "cline-cli";
|
|
382
|
-
cursor: "cursor";
|
|
383
|
-
"claude-code": "claude-code";
|
|
384
|
-
codex: "codex";
|
|
385
|
-
opencode: "opencode";
|
|
386
|
-
"gemini-cli": "gemini-cli";
|
|
387
|
-
"github-copilot-cli": "github-copilot-cli";
|
|
388
|
-
mcporter: "mcporter";
|
|
389
|
-
vscode: "vscode";
|
|
390
|
-
zed: "zed";
|
|
391
|
-
"claude-desktop": "claude-desktop";
|
|
392
|
-
goose: "goose";
|
|
393
|
-
}>>>;
|
|
394
|
-
}, z.core.$strict>>;
|
|
395
|
-
skills: z.ZodOptional<z.ZodObject<{
|
|
396
|
-
scope: z.ZodOptional<z.ZodEnum<{
|
|
397
|
-
project: "project";
|
|
398
|
-
global: "global";
|
|
399
|
-
}>>;
|
|
400
|
-
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
401
|
-
antigravity: "antigravity";
|
|
402
|
-
cline: "cline";
|
|
403
|
-
cursor: "cursor";
|
|
404
|
-
"claude-code": "claude-code";
|
|
405
|
-
codex: "codex";
|
|
406
|
-
opencode: "opencode";
|
|
407
|
-
"gemini-cli": "gemini-cli";
|
|
408
|
-
goose: "goose";
|
|
409
|
-
"github-copilot": "github-copilot";
|
|
410
|
-
windsurf: "windsurf";
|
|
411
|
-
roo: "roo";
|
|
412
|
-
kilo: "kilo";
|
|
413
|
-
openhands: "openhands";
|
|
414
|
-
trae: "trae";
|
|
415
|
-
amp: "amp";
|
|
416
|
-
pi: "pi";
|
|
417
|
-
qoder: "qoder";
|
|
418
|
-
"qwen-code": "qwen-code";
|
|
419
|
-
"kiro-cli": "kiro-cli";
|
|
420
|
-
droid: "droid";
|
|
421
|
-
"command-code": "command-code";
|
|
422
|
-
clawdbot: "clawdbot";
|
|
423
|
-
zencoder: "zencoder";
|
|
424
|
-
neovate: "neovate";
|
|
425
|
-
mcpjam: "mcpjam";
|
|
426
|
-
}>>>;
|
|
427
|
-
selections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
428
|
-
source: z.ZodEnum<{
|
|
429
|
-
"vercel-labs/agent-skills": "vercel-labs/agent-skills";
|
|
430
|
-
"vercel/ai": "vercel/ai";
|
|
431
|
-
"vercel/turborepo": "vercel/turborepo";
|
|
432
|
-
"yusukebe/hono-skill": "yusukebe/hono-skill";
|
|
433
|
-
"vercel-labs/next-skills": "vercel-labs/next-skills";
|
|
434
|
-
"nuxt/ui": "nuxt/ui";
|
|
435
|
-
"heroui-inc/heroui": "heroui-inc/heroui";
|
|
436
|
-
"shadcn/ui": "shadcn/ui";
|
|
437
|
-
"better-auth/skills": "better-auth/skills";
|
|
438
|
-
"clerk/skills": "clerk/skills";
|
|
439
|
-
"neondatabase/agent-skills": "neondatabase/agent-skills";
|
|
440
|
-
"supabase/agent-skills": "supabase/agent-skills";
|
|
441
|
-
"planetscale/database-skills": "planetscale/database-skills";
|
|
442
|
-
"expo/skills": "expo/skills";
|
|
443
|
-
"prisma/skills": "prisma/skills";
|
|
444
|
-
"elysiajs/skills": "elysiajs/skills";
|
|
445
|
-
"waynesutton/convexskills": "waynesutton/convexskills";
|
|
446
|
-
"msmps/opentui-skill": "msmps/opentui-skill";
|
|
447
|
-
"haydenbleasel/ultracite": "haydenbleasel/ultracite";
|
|
448
|
-
}>;
|
|
449
|
-
skills: z.ZodArray<z.ZodString>;
|
|
450
|
-
}, z.core.$strict>>>;
|
|
451
|
-
}, z.core.$strict>>;
|
|
452
|
-
ultracite: z.ZodOptional<z.ZodObject<{
|
|
453
|
-
linter: z.ZodOptional<z.ZodEnum<{
|
|
454
|
-
biome: "biome";
|
|
455
|
-
oxlint: "oxlint";
|
|
456
|
-
eslint: "eslint";
|
|
457
|
-
}>>;
|
|
458
|
-
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
459
|
-
void: "void";
|
|
460
|
-
antigravity: "antigravity";
|
|
461
|
-
cursor: "cursor";
|
|
462
|
-
vscode: "vscode";
|
|
463
|
-
zed: "zed";
|
|
464
|
-
windsurf: "windsurf";
|
|
465
|
-
trae: "trae";
|
|
466
|
-
kiro: "kiro";
|
|
467
|
-
}>>>;
|
|
468
|
-
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
469
|
-
cline: "cline";
|
|
470
|
-
codex: "codex";
|
|
471
|
-
opencode: "opencode";
|
|
472
|
-
goose: "goose";
|
|
473
|
-
amp: "amp";
|
|
474
|
-
droid: "droid";
|
|
475
|
-
claude: "claude";
|
|
476
|
-
jules: "jules";
|
|
477
|
-
copilot: "copilot";
|
|
478
|
-
aider: "aider";
|
|
479
|
-
"firebase-studio": "firebase-studio";
|
|
480
|
-
"open-hands": "open-hands";
|
|
481
|
-
gemini: "gemini";
|
|
482
|
-
junie: "junie";
|
|
483
|
-
augmentcode: "augmentcode";
|
|
484
|
-
"kilo-code": "kilo-code";
|
|
485
|
-
"roo-code": "roo-code";
|
|
486
|
-
warp: "warp";
|
|
487
|
-
crush: "crush";
|
|
488
|
-
qwen: "qwen";
|
|
489
|
-
"amazon-q-cli": "amazon-q-cli";
|
|
490
|
-
firebender: "firebender";
|
|
491
|
-
"cursor-cli": "cursor-cli";
|
|
492
|
-
"mistral-vibe": "mistral-vibe";
|
|
493
|
-
vercel: "vercel";
|
|
494
|
-
}>>>;
|
|
495
|
-
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
496
|
-
cursor: "cursor";
|
|
497
|
-
windsurf: "windsurf";
|
|
498
|
-
claude: "claude";
|
|
499
|
-
}>>>;
|
|
500
|
-
}, z.core.$strict>>;
|
|
501
|
-
}, z.core.$strict>>;
|
|
502
|
-
dbSetupOptions: z.ZodOptional<z.ZodObject<{
|
|
503
|
-
mode: z.ZodOptional<z.ZodEnum<{
|
|
504
|
-
manual: "manual";
|
|
505
|
-
auto: "auto";
|
|
506
|
-
}>>;
|
|
507
|
-
neon: z.ZodOptional<z.ZodObject<{
|
|
508
|
-
method: z.ZodOptional<z.ZodEnum<{
|
|
509
|
-
neondb: "neondb";
|
|
510
|
-
neonctl: "neonctl";
|
|
511
|
-
}>>;
|
|
512
|
-
projectName: z.ZodOptional<z.ZodString>;
|
|
513
|
-
regionId: z.ZodOptional<z.ZodString>;
|
|
514
|
-
}, z.core.$strict>>;
|
|
515
|
-
prismaPostgres: z.ZodOptional<z.ZodObject<{
|
|
516
|
-
regionId: z.ZodOptional<z.ZodString>;
|
|
517
|
-
}, z.core.$strict>>;
|
|
518
|
-
turso: z.ZodOptional<z.ZodObject<{
|
|
519
|
-
databaseName: z.ZodOptional<z.ZodString>;
|
|
520
|
-
groupName: z.ZodOptional<z.ZodString>;
|
|
521
|
-
installCli: z.ZodOptional<z.ZodBoolean>;
|
|
522
|
-
}, z.core.$strict>>;
|
|
523
|
-
}, z.core.$strict>>;
|
|
524
|
-
database: z.ZodOptional<z.ZodEnum<{
|
|
525
|
-
none: "none";
|
|
526
|
-
sqlite: "sqlite";
|
|
527
|
-
postgres: "postgres";
|
|
528
|
-
mysql: "mysql";
|
|
529
|
-
mongodb: "mongodb";
|
|
530
|
-
}>>;
|
|
531
|
-
orm: z.ZodOptional<z.ZodEnum<{
|
|
532
|
-
none: "none";
|
|
533
|
-
drizzle: "drizzle";
|
|
534
|
-
prisma: "prisma";
|
|
535
|
-
mongoose: "mongoose";
|
|
536
|
-
}>>;
|
|
537
|
-
auth: z.ZodOptional<z.ZodEnum<{
|
|
538
|
-
none: "none";
|
|
539
|
-
"better-auth": "better-auth";
|
|
540
|
-
clerk: "clerk";
|
|
541
|
-
}>>;
|
|
542
|
-
payments: z.ZodOptional<z.ZodEnum<{
|
|
543
|
-
none: "none";
|
|
544
|
-
polar: "polar";
|
|
545
|
-
}>>;
|
|
546
|
-
frontend: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
547
|
-
none: "none";
|
|
548
|
-
"tanstack-router": "tanstack-router";
|
|
549
|
-
"react-router": "react-router";
|
|
550
|
-
"tanstack-start": "tanstack-start";
|
|
551
|
-
next: "next";
|
|
552
|
-
nuxt: "nuxt";
|
|
553
|
-
"native-bare": "native-bare";
|
|
554
|
-
"native-uniwind": "native-uniwind";
|
|
555
|
-
"native-unistyles": "native-unistyles";
|
|
556
|
-
svelte: "svelte";
|
|
557
|
-
solid: "solid";
|
|
558
|
-
astro: "astro";
|
|
559
|
-
}>>>;
|
|
560
|
-
addons: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
561
|
-
none: "none";
|
|
562
|
-
pwa: "pwa";
|
|
563
|
-
tauri: "tauri";
|
|
564
|
-
electrobun: "electrobun";
|
|
565
|
-
starlight: "starlight";
|
|
566
|
-
biome: "biome";
|
|
567
|
-
lefthook: "lefthook";
|
|
568
|
-
husky: "husky";
|
|
569
|
-
mcp: "mcp";
|
|
570
|
-
turborepo: "turborepo";
|
|
571
|
-
nx: "nx";
|
|
572
|
-
fumadocs: "fumadocs";
|
|
573
|
-
ultracite: "ultracite";
|
|
574
|
-
oxlint: "oxlint";
|
|
575
|
-
opentui: "opentui";
|
|
576
|
-
wxt: "wxt";
|
|
577
|
-
skills: "skills";
|
|
578
|
-
}>>>;
|
|
579
|
-
examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
580
|
-
none: "none";
|
|
581
|
-
todo: "todo";
|
|
582
|
-
ai: "ai";
|
|
583
|
-
}>>>;
|
|
584
|
-
git: z.ZodOptional<z.ZodBoolean>;
|
|
585
|
-
packageManager: z.ZodOptional<z.ZodEnum<{
|
|
586
|
-
bun: "bun";
|
|
587
|
-
npm: "npm";
|
|
588
|
-
pnpm: "pnpm";
|
|
589
|
-
}>>;
|
|
590
|
-
install: z.ZodOptional<z.ZodBoolean>;
|
|
591
|
-
dbSetup: z.ZodOptional<z.ZodEnum<{
|
|
592
|
-
none: "none";
|
|
593
|
-
turso: "turso";
|
|
594
|
-
neon: "neon";
|
|
595
|
-
"prisma-postgres": "prisma-postgres";
|
|
596
|
-
planetscale: "planetscale";
|
|
597
|
-
"mongodb-atlas": "mongodb-atlas";
|
|
598
|
-
supabase: "supabase";
|
|
599
|
-
d1: "d1";
|
|
600
|
-
docker: "docker";
|
|
601
|
-
}>>;
|
|
602
|
-
backend: z.ZodOptional<z.ZodEnum<{
|
|
603
|
-
none: "none";
|
|
604
|
-
hono: "hono";
|
|
605
|
-
express: "express";
|
|
606
|
-
fastify: "fastify";
|
|
607
|
-
elysia: "elysia";
|
|
608
|
-
convex: "convex";
|
|
609
|
-
self: "self";
|
|
610
|
-
}>>;
|
|
611
|
-
runtime: z.ZodOptional<z.ZodEnum<{
|
|
612
|
-
none: "none";
|
|
613
|
-
bun: "bun";
|
|
614
|
-
node: "node";
|
|
615
|
-
workers: "workers";
|
|
616
|
-
}>>;
|
|
617
|
-
api: z.ZodOptional<z.ZodEnum<{
|
|
618
|
-
none: "none";
|
|
619
|
-
trpc: "trpc";
|
|
620
|
-
orpc: "orpc";
|
|
621
|
-
}>>;
|
|
622
|
-
webDeploy: z.ZodOptional<z.ZodEnum<{
|
|
623
|
-
none: "none";
|
|
624
|
-
cloudflare: "cloudflare";
|
|
625
|
-
}>>;
|
|
626
|
-
serverDeploy: z.ZodOptional<z.ZodEnum<{
|
|
627
|
-
none: "none";
|
|
628
|
-
cloudflare: "cloudflare";
|
|
629
|
-
}>>;
|
|
630
|
-
directoryConflict: z.ZodOptional<z.ZodEnum<{
|
|
631
|
-
merge: "merge";
|
|
632
|
-
overwrite: "overwrite";
|
|
633
|
-
increment: "increment";
|
|
634
|
-
error: "error";
|
|
635
|
-
}>>;
|
|
636
|
-
renderTitle: z.ZodOptional<z.ZodBoolean>;
|
|
637
|
-
disableAnalytics: z.ZodOptional<z.ZodBoolean>;
|
|
638
|
-
manualDb: z.ZodOptional<z.ZodBoolean>;
|
|
639
|
-
}, z.core.$strict>, _orpc_server0.Schema<CreateProjectResult, CreateProjectResult>, _orpc_server0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
640
|
-
schema: _orpc_server0.Procedure<_orpc_server0.MergedInitialContext<Record<never, never>, Record<never, never>, Record<never, never>>, Record<never, never>, z.ZodObject<{
|
|
641
|
-
name: z.ZodDefault<z.ZodEnum<{
|
|
642
|
-
all: "all";
|
|
643
|
-
cli: "cli";
|
|
644
|
-
database: "database";
|
|
645
|
-
orm: "orm";
|
|
646
|
-
backend: "backend";
|
|
647
|
-
runtime: "runtime";
|
|
648
|
-
frontend: "frontend";
|
|
649
|
-
addons: "addons";
|
|
650
|
-
examples: "examples";
|
|
651
|
-
packageManager: "packageManager";
|
|
652
|
-
databaseSetup: "databaseSetup";
|
|
653
|
-
api: "api";
|
|
654
|
-
auth: "auth";
|
|
655
|
-
payments: "payments";
|
|
656
|
-
webDeploy: "webDeploy";
|
|
657
|
-
serverDeploy: "serverDeploy";
|
|
658
|
-
directoryConflict: "directoryConflict";
|
|
659
|
-
template: "template";
|
|
660
|
-
addonOptions: "addonOptions";
|
|
661
|
-
dbSetupOptions: "dbSetupOptions";
|
|
662
|
-
createInput: "createInput";
|
|
663
|
-
addInput: "addInput";
|
|
664
|
-
projectConfig: "projectConfig";
|
|
665
|
-
betterTStackConfig: "betterTStackConfig";
|
|
666
|
-
initResult: "initResult";
|
|
667
|
-
}>>;
|
|
668
|
-
}, z.core.$strip>, _orpc_server0.Schema<unknown, unknown>, _orpc_server0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
669
|
-
sponsors: _orpc_server0.Procedure<_orpc_server0.MergedInitialContext<Record<never, never>, Record<never, never>, Record<never, never>>, Record<never, never>, _orpc_server0.Schema<unknown, unknown>, _orpc_server0.Schema<void, void>, _orpc_server0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
670
|
-
docs: _orpc_server0.Procedure<_orpc_server0.MergedInitialContext<Record<never, never>, Record<never, never>, Record<never, never>>, Record<never, never>, _orpc_server0.Schema<unknown, unknown>, _orpc_server0.Schema<void, void>, _orpc_server0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
671
|
-
builder: _orpc_server0.Procedure<_orpc_server0.MergedInitialContext<Record<never, never>, Record<never, never>, Record<never, never>>, Record<never, never>, _orpc_server0.Schema<unknown, unknown>, _orpc_server0.Schema<void, void>, _orpc_server0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
672
|
-
add: _orpc_server0.Procedure<_orpc_server0.MergedInitialContext<Record<never, never>, Record<never, never>, Record<never, never>>, Record<never, never>, z.ZodObject<{
|
|
673
|
-
addons: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
674
|
-
none: "none";
|
|
675
|
-
pwa: "pwa";
|
|
676
|
-
tauri: "tauri";
|
|
677
|
-
electrobun: "electrobun";
|
|
678
|
-
starlight: "starlight";
|
|
679
|
-
biome: "biome";
|
|
680
|
-
lefthook: "lefthook";
|
|
681
|
-
husky: "husky";
|
|
682
|
-
mcp: "mcp";
|
|
683
|
-
turborepo: "turborepo";
|
|
684
|
-
nx: "nx";
|
|
685
|
-
fumadocs: "fumadocs";
|
|
686
|
-
ultracite: "ultracite";
|
|
687
|
-
oxlint: "oxlint";
|
|
688
|
-
opentui: "opentui";
|
|
689
|
-
wxt: "wxt";
|
|
690
|
-
skills: "skills";
|
|
691
|
-
}>>>;
|
|
692
|
-
install: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
693
|
-
packageManager: z.ZodOptional<z.ZodEnum<{
|
|
694
|
-
bun: "bun";
|
|
695
|
-
npm: "npm";
|
|
696
|
-
pnpm: "pnpm";
|
|
697
|
-
}>>;
|
|
698
|
-
projectDir: z.ZodOptional<z.ZodString>;
|
|
699
|
-
}, z.core.$strip>, _orpc_server0.Schema<void, void>, _orpc_server0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
700
|
-
addJson: _orpc_server0.Procedure<_orpc_server0.MergedInitialContext<Record<never, never>, Record<never, never>, Record<never, never>>, Record<never, never>, z.ZodObject<{
|
|
701
|
-
addons: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
702
|
-
none: "none";
|
|
703
|
-
pwa: "pwa";
|
|
704
|
-
tauri: "tauri";
|
|
705
|
-
electrobun: "electrobun";
|
|
706
|
-
starlight: "starlight";
|
|
707
|
-
biome: "biome";
|
|
708
|
-
lefthook: "lefthook";
|
|
709
|
-
husky: "husky";
|
|
710
|
-
mcp: "mcp";
|
|
711
|
-
turborepo: "turborepo";
|
|
712
|
-
nx: "nx";
|
|
713
|
-
fumadocs: "fumadocs";
|
|
714
|
-
ultracite: "ultracite";
|
|
715
|
-
oxlint: "oxlint";
|
|
716
|
-
opentui: "opentui";
|
|
717
|
-
wxt: "wxt";
|
|
718
|
-
skills: "skills";
|
|
719
|
-
}>>>;
|
|
720
|
-
addonOptions: z.ZodOptional<z.ZodObject<{
|
|
721
|
-
wxt: z.ZodOptional<z.ZodObject<{
|
|
722
|
-
template: z.ZodEnum<{
|
|
723
|
-
svelte: "svelte";
|
|
724
|
-
solid: "solid";
|
|
725
|
-
vanilla: "vanilla";
|
|
726
|
-
vue: "vue";
|
|
727
|
-
react: "react";
|
|
728
|
-
}>;
|
|
729
|
-
devPort: z.ZodOptional<z.ZodNumber>;
|
|
730
|
-
}, z.core.$strict>>;
|
|
731
|
-
fumadocs: z.ZodOptional<z.ZodObject<{
|
|
732
|
-
template: z.ZodEnum<{
|
|
733
|
-
"react-router": "react-router";
|
|
734
|
-
"tanstack-start": "tanstack-start";
|
|
735
|
-
"next-mdx": "next-mdx";
|
|
736
|
-
"next-mdx-static": "next-mdx-static";
|
|
737
|
-
waku: "waku";
|
|
738
|
-
"react-router-spa": "react-router-spa";
|
|
739
|
-
"tanstack-start-spa": "tanstack-start-spa";
|
|
740
|
-
}>;
|
|
741
|
-
devPort: z.ZodOptional<z.ZodNumber>;
|
|
742
|
-
}, z.core.$strict>>;
|
|
743
|
-
opentui: z.ZodOptional<z.ZodObject<{
|
|
744
|
-
template: z.ZodEnum<{
|
|
745
|
-
solid: "solid";
|
|
746
|
-
react: "react";
|
|
747
|
-
core: "core";
|
|
748
|
-
}>;
|
|
749
|
-
}, z.core.$strict>>;
|
|
750
|
-
mcp: z.ZodOptional<z.ZodObject<{
|
|
751
|
-
scope: z.ZodOptional<z.ZodEnum<{
|
|
752
|
-
project: "project";
|
|
753
|
-
global: "global";
|
|
754
|
-
}>>;
|
|
755
|
-
servers: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
756
|
-
convex: "convex";
|
|
757
|
-
nx: "nx";
|
|
758
|
-
neon: "neon";
|
|
759
|
-
planetscale: "planetscale";
|
|
760
|
-
supabase: "supabase";
|
|
761
|
-
"better-auth": "better-auth";
|
|
762
|
-
clerk: "clerk";
|
|
763
|
-
polar: "polar";
|
|
764
|
-
"better-t-stack": "better-t-stack";
|
|
765
|
-
context7: "context7";
|
|
766
|
-
"cloudflare-docs": "cloudflare-docs";
|
|
767
|
-
shadcn: "shadcn";
|
|
768
|
-
"next-devtools": "next-devtools";
|
|
769
|
-
"nuxt-docs": "nuxt-docs";
|
|
770
|
-
"nuxt-ui-docs": "nuxt-ui-docs";
|
|
771
|
-
"svelte-docs": "svelte-docs";
|
|
772
|
-
"astro-docs": "astro-docs";
|
|
773
|
-
expo: "expo";
|
|
774
|
-
}>>>;
|
|
775
|
-
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
776
|
-
antigravity: "antigravity";
|
|
777
|
-
cline: "cline";
|
|
778
|
-
"cline-cli": "cline-cli";
|
|
779
|
-
cursor: "cursor";
|
|
780
|
-
"claude-code": "claude-code";
|
|
781
|
-
codex: "codex";
|
|
782
|
-
opencode: "opencode";
|
|
783
|
-
"gemini-cli": "gemini-cli";
|
|
784
|
-
"github-copilot-cli": "github-copilot-cli";
|
|
785
|
-
mcporter: "mcporter";
|
|
786
|
-
vscode: "vscode";
|
|
787
|
-
zed: "zed";
|
|
788
|
-
"claude-desktop": "claude-desktop";
|
|
789
|
-
goose: "goose";
|
|
790
|
-
}>>>;
|
|
791
|
-
}, z.core.$strict>>;
|
|
792
|
-
skills: z.ZodOptional<z.ZodObject<{
|
|
793
|
-
scope: z.ZodOptional<z.ZodEnum<{
|
|
794
|
-
project: "project";
|
|
795
|
-
global: "global";
|
|
796
|
-
}>>;
|
|
797
|
-
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
798
|
-
antigravity: "antigravity";
|
|
799
|
-
cline: "cline";
|
|
800
|
-
cursor: "cursor";
|
|
801
|
-
"claude-code": "claude-code";
|
|
802
|
-
codex: "codex";
|
|
803
|
-
opencode: "opencode";
|
|
804
|
-
"gemini-cli": "gemini-cli";
|
|
805
|
-
goose: "goose";
|
|
806
|
-
"github-copilot": "github-copilot";
|
|
807
|
-
windsurf: "windsurf";
|
|
808
|
-
roo: "roo";
|
|
809
|
-
kilo: "kilo";
|
|
810
|
-
openhands: "openhands";
|
|
811
|
-
trae: "trae";
|
|
812
|
-
amp: "amp";
|
|
813
|
-
pi: "pi";
|
|
814
|
-
qoder: "qoder";
|
|
815
|
-
"qwen-code": "qwen-code";
|
|
816
|
-
"kiro-cli": "kiro-cli";
|
|
817
|
-
droid: "droid";
|
|
818
|
-
"command-code": "command-code";
|
|
819
|
-
clawdbot: "clawdbot";
|
|
820
|
-
zencoder: "zencoder";
|
|
821
|
-
neovate: "neovate";
|
|
822
|
-
mcpjam: "mcpjam";
|
|
823
|
-
}>>>;
|
|
824
|
-
selections: z.ZodOptional<z.ZodArray<z.ZodObject<{
|
|
825
|
-
source: z.ZodEnum<{
|
|
826
|
-
"vercel-labs/agent-skills": "vercel-labs/agent-skills";
|
|
827
|
-
"vercel/ai": "vercel/ai";
|
|
828
|
-
"vercel/turborepo": "vercel/turborepo";
|
|
829
|
-
"yusukebe/hono-skill": "yusukebe/hono-skill";
|
|
830
|
-
"vercel-labs/next-skills": "vercel-labs/next-skills";
|
|
831
|
-
"nuxt/ui": "nuxt/ui";
|
|
832
|
-
"heroui-inc/heroui": "heroui-inc/heroui";
|
|
833
|
-
"shadcn/ui": "shadcn/ui";
|
|
834
|
-
"better-auth/skills": "better-auth/skills";
|
|
835
|
-
"clerk/skills": "clerk/skills";
|
|
836
|
-
"neondatabase/agent-skills": "neondatabase/agent-skills";
|
|
837
|
-
"supabase/agent-skills": "supabase/agent-skills";
|
|
838
|
-
"planetscale/database-skills": "planetscale/database-skills";
|
|
839
|
-
"expo/skills": "expo/skills";
|
|
840
|
-
"prisma/skills": "prisma/skills";
|
|
841
|
-
"elysiajs/skills": "elysiajs/skills";
|
|
842
|
-
"waynesutton/convexskills": "waynesutton/convexskills";
|
|
843
|
-
"msmps/opentui-skill": "msmps/opentui-skill";
|
|
844
|
-
"haydenbleasel/ultracite": "haydenbleasel/ultracite";
|
|
845
|
-
}>;
|
|
846
|
-
skills: z.ZodArray<z.ZodString>;
|
|
847
|
-
}, z.core.$strict>>>;
|
|
848
|
-
}, z.core.$strict>>;
|
|
849
|
-
ultracite: z.ZodOptional<z.ZodObject<{
|
|
850
|
-
linter: z.ZodOptional<z.ZodEnum<{
|
|
851
|
-
biome: "biome";
|
|
852
|
-
oxlint: "oxlint";
|
|
853
|
-
eslint: "eslint";
|
|
854
|
-
}>>;
|
|
855
|
-
editors: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
856
|
-
void: "void";
|
|
857
|
-
antigravity: "antigravity";
|
|
858
|
-
cursor: "cursor";
|
|
859
|
-
vscode: "vscode";
|
|
860
|
-
zed: "zed";
|
|
861
|
-
windsurf: "windsurf";
|
|
862
|
-
trae: "trae";
|
|
863
|
-
kiro: "kiro";
|
|
864
|
-
}>>>;
|
|
865
|
-
agents: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
866
|
-
cline: "cline";
|
|
867
|
-
codex: "codex";
|
|
868
|
-
opencode: "opencode";
|
|
869
|
-
goose: "goose";
|
|
870
|
-
amp: "amp";
|
|
871
|
-
droid: "droid";
|
|
872
|
-
claude: "claude";
|
|
873
|
-
jules: "jules";
|
|
874
|
-
copilot: "copilot";
|
|
875
|
-
aider: "aider";
|
|
876
|
-
"firebase-studio": "firebase-studio";
|
|
877
|
-
"open-hands": "open-hands";
|
|
878
|
-
gemini: "gemini";
|
|
879
|
-
junie: "junie";
|
|
880
|
-
augmentcode: "augmentcode";
|
|
881
|
-
"kilo-code": "kilo-code";
|
|
882
|
-
"roo-code": "roo-code";
|
|
883
|
-
warp: "warp";
|
|
884
|
-
crush: "crush";
|
|
885
|
-
qwen: "qwen";
|
|
886
|
-
"amazon-q-cli": "amazon-q-cli";
|
|
887
|
-
firebender: "firebender";
|
|
888
|
-
"cursor-cli": "cursor-cli";
|
|
889
|
-
"mistral-vibe": "mistral-vibe";
|
|
890
|
-
vercel: "vercel";
|
|
891
|
-
}>>>;
|
|
892
|
-
hooks: z.ZodOptional<z.ZodArray<z.ZodEnum<{
|
|
893
|
-
cursor: "cursor";
|
|
894
|
-
windsurf: "windsurf";
|
|
895
|
-
claude: "claude";
|
|
896
|
-
}>>>;
|
|
897
|
-
}, z.core.$strict>>;
|
|
898
|
-
}, z.core.$strict>>;
|
|
899
|
-
webDeploy: z.ZodOptional<z.ZodEnum<{
|
|
900
|
-
none: "none";
|
|
901
|
-
cloudflare: "cloudflare";
|
|
902
|
-
}>>;
|
|
903
|
-
serverDeploy: z.ZodOptional<z.ZodEnum<{
|
|
904
|
-
none: "none";
|
|
905
|
-
cloudflare: "cloudflare";
|
|
906
|
-
}>>;
|
|
907
|
-
projectDir: z.ZodOptional<z.ZodString>;
|
|
908
|
-
install: z.ZodOptional<z.ZodBoolean>;
|
|
909
|
-
packageManager: z.ZodOptional<z.ZodEnum<{
|
|
910
|
-
bun: "bun";
|
|
911
|
-
npm: "npm";
|
|
912
|
-
pnpm: "pnpm";
|
|
913
|
-
}>>;
|
|
914
|
-
dryRun: z.ZodOptional<z.ZodBoolean>;
|
|
915
|
-
}, z.core.$strict>, _orpc_server0.Schema<AddResult, AddResult>, _orpc_server0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
916
|
-
history: _orpc_server0.Procedure<_orpc_server0.MergedInitialContext<Record<never, never>, Record<never, never>, Record<never, never>>, Record<never, never>, z.ZodObject<{
|
|
917
|
-
limit: z.ZodDefault<z.ZodOptional<z.ZodNumber>>;
|
|
918
|
-
clear: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
919
|
-
json: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
|
|
920
|
-
}, z.core.$strip>, _orpc_server0.Schema<void, void>, _orpc_server0.MergedErrorMap<Record<never, never>, Record<never, never>>, Record<never, never>>;
|
|
921
|
-
};
|
|
159
|
+
declare const router: _trpc_server0.TRPCBuiltRouter<{
|
|
160
|
+
ctx: object;
|
|
161
|
+
meta: TrpcCliMeta;
|
|
162
|
+
errorShape: _trpc_server0.TRPCDefaultErrorShape;
|
|
163
|
+
transformer: false;
|
|
164
|
+
}, _trpc_server0.TRPCDecorateCreateRouterOptions<{
|
|
165
|
+
create: _trpc_server0.TRPCMutationProcedure<{
|
|
166
|
+
input: [string | undefined, {
|
|
167
|
+
template?: "none" | "mern" | "pern" | "t3" | "uniwind" | undefined;
|
|
168
|
+
yes?: boolean | undefined;
|
|
169
|
+
yolo?: boolean | undefined;
|
|
170
|
+
dryRun?: boolean | undefined;
|
|
171
|
+
verbose?: boolean | undefined;
|
|
172
|
+
database?: "none" | "sqlite" | "postgres" | "mysql" | "mongodb" | undefined;
|
|
173
|
+
orm?: "none" | "drizzle" | "prisma" | "mongoose" | undefined;
|
|
174
|
+
auth?: "none" | "better-auth" | "clerk" | undefined;
|
|
175
|
+
payments?: "none" | "polar" | undefined;
|
|
176
|
+
frontend?: ("none" | "tanstack-router" | "react-router" | "tanstack-start" | "next" | "nuxt" | "native-bare" | "native-uniwind" | "native-unistyles" | "svelte" | "solid" | "astro")[] | undefined;
|
|
177
|
+
addons?: ("none" | "pwa" | "tauri" | "electrobun" | "starlight" | "biome" | "lefthook" | "husky" | "mcp" | "turborepo" | "nx" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "skills")[] | undefined;
|
|
178
|
+
examples?: ("none" | "todo" | "ai")[] | undefined;
|
|
179
|
+
git?: boolean | undefined;
|
|
180
|
+
packageManager?: "bun" | "npm" | "pnpm" | undefined;
|
|
181
|
+
install?: boolean | undefined;
|
|
182
|
+
dbSetup?: "none" | "turso" | "neon" | "prisma-postgres" | "planetscale" | "mongodb-atlas" | "supabase" | "d1" | "docker" | undefined;
|
|
183
|
+
backend?: "none" | "hono" | "express" | "fastify" | "elysia" | "convex" | "self" | undefined;
|
|
184
|
+
runtime?: "none" | "bun" | "node" | "workers" | undefined;
|
|
185
|
+
api?: "none" | "trpc" | "orpc" | undefined;
|
|
186
|
+
webDeploy?: "none" | "cloudflare" | undefined;
|
|
187
|
+
serverDeploy?: "none" | "cloudflare" | undefined;
|
|
188
|
+
directoryConflict?: "merge" | "overwrite" | "increment" | "error" | undefined;
|
|
189
|
+
renderTitle?: boolean | undefined;
|
|
190
|
+
disableAnalytics?: boolean | undefined;
|
|
191
|
+
manualDb?: boolean | undefined;
|
|
192
|
+
dbSetupOptions?: {
|
|
193
|
+
mode?: "manual" | "auto" | undefined;
|
|
194
|
+
neon?: {
|
|
195
|
+
method?: "neondb" | "neonctl" | undefined;
|
|
196
|
+
projectName?: string | undefined;
|
|
197
|
+
regionId?: string | undefined;
|
|
198
|
+
} | undefined;
|
|
199
|
+
prismaPostgres?: {
|
|
200
|
+
regionId?: string | undefined;
|
|
201
|
+
} | undefined;
|
|
202
|
+
turso?: {
|
|
203
|
+
databaseName?: string | undefined;
|
|
204
|
+
groupName?: string | undefined;
|
|
205
|
+
installCli?: boolean | undefined;
|
|
206
|
+
} | undefined;
|
|
207
|
+
} | undefined;
|
|
208
|
+
}];
|
|
209
|
+
output: CreateProjectResult | undefined;
|
|
210
|
+
meta: TrpcCliMeta;
|
|
211
|
+
}>;
|
|
212
|
+
createJson: _trpc_server0.TRPCMutationProcedure<{
|
|
213
|
+
input: {
|
|
214
|
+
projectName?: string | undefined;
|
|
215
|
+
template?: "none" | "mern" | "pern" | "t3" | "uniwind" | undefined;
|
|
216
|
+
yes?: boolean | undefined;
|
|
217
|
+
yolo?: boolean | undefined;
|
|
218
|
+
dryRun?: boolean | undefined;
|
|
219
|
+
verbose?: boolean | undefined;
|
|
220
|
+
addonOptions?: {
|
|
221
|
+
wxt?: {
|
|
222
|
+
template: "svelte" | "solid" | "vanilla" | "vue" | "react";
|
|
223
|
+
devPort?: number | undefined;
|
|
224
|
+
} | undefined;
|
|
225
|
+
fumadocs?: {
|
|
226
|
+
template: "react-router" | "tanstack-start" | "next-mdx" | "next-mdx-static" | "waku" | "react-router-spa" | "tanstack-start-spa";
|
|
227
|
+
devPort?: number | undefined;
|
|
228
|
+
} | undefined;
|
|
229
|
+
opentui?: {
|
|
230
|
+
template: "solid" | "react" | "core";
|
|
231
|
+
} | undefined;
|
|
232
|
+
mcp?: {
|
|
233
|
+
scope?: "project" | "global" | undefined;
|
|
234
|
+
servers?: ("nx" | "better-auth" | "clerk" | "polar" | "neon" | "planetscale" | "supabase" | "convex" | "better-t-stack" | "context7" | "cloudflare-docs" | "shadcn" | "next-devtools" | "nuxt-docs" | "nuxt-ui-docs" | "svelte-docs" | "astro-docs" | "expo")[] | undefined;
|
|
235
|
+
agents?: ("antigravity" | "cline" | "cline-cli" | "cursor" | "claude-code" | "codex" | "opencode" | "gemini-cli" | "github-copilot-cli" | "mcporter" | "vscode" | "zed" | "claude-desktop" | "goose")[] | undefined;
|
|
236
|
+
} | undefined;
|
|
237
|
+
skills?: {
|
|
238
|
+
scope?: "project" | "global" | undefined;
|
|
239
|
+
agents?: ("antigravity" | "cline" | "cursor" | "claude-code" | "codex" | "opencode" | "gemini-cli" | "goose" | "github-copilot" | "windsurf" | "roo" | "kilo" | "openhands" | "trae" | "amp" | "pi" | "qoder" | "qwen-code" | "kiro-cli" | "droid" | "command-code" | "clawdbot" | "zencoder" | "neovate" | "mcpjam")[] | undefined;
|
|
240
|
+
selections?: {
|
|
241
|
+
source: "vercel-labs/agent-skills" | "vercel/ai" | "vercel/turborepo" | "yusukebe/hono-skill" | "vercel-labs/next-skills" | "nuxt/ui" | "heroui-inc/heroui" | "shadcn/ui" | "better-auth/skills" | "clerk/skills" | "neondatabase/agent-skills" | "supabase/agent-skills" | "planetscale/database-skills" | "expo/skills" | "prisma/skills" | "elysiajs/skills" | "waynesutton/convexskills" | "msmps/opentui-skill" | "haydenbleasel/ultracite";
|
|
242
|
+
skills: string[];
|
|
243
|
+
}[] | undefined;
|
|
244
|
+
} | undefined;
|
|
245
|
+
ultracite?: {
|
|
246
|
+
linter?: "biome" | "oxlint" | "eslint" | undefined;
|
|
247
|
+
editors?: ("void" | "antigravity" | "cursor" | "vscode" | "zed" | "windsurf" | "trae" | "kiro")[] | undefined;
|
|
248
|
+
agents?: ("cline" | "codex" | "opencode" | "goose" | "amp" | "droid" | "claude" | "jules" | "copilot" | "aider" | "firebase-studio" | "open-hands" | "gemini" | "junie" | "augmentcode" | "kilo-code" | "roo-code" | "warp" | "crush" | "qwen" | "amazon-q-cli" | "firebender" | "cursor-cli" | "mistral-vibe" | "vercel")[] | undefined;
|
|
249
|
+
hooks?: ("cursor" | "windsurf" | "claude")[] | undefined;
|
|
250
|
+
} | undefined;
|
|
251
|
+
} | undefined;
|
|
252
|
+
dbSetupOptions?: {
|
|
253
|
+
mode?: "manual" | "auto" | undefined;
|
|
254
|
+
neon?: {
|
|
255
|
+
method?: "neondb" | "neonctl" | undefined;
|
|
256
|
+
projectName?: string | undefined;
|
|
257
|
+
regionId?: string | undefined;
|
|
258
|
+
} | undefined;
|
|
259
|
+
prismaPostgres?: {
|
|
260
|
+
regionId?: string | undefined;
|
|
261
|
+
} | undefined;
|
|
262
|
+
turso?: {
|
|
263
|
+
databaseName?: string | undefined;
|
|
264
|
+
groupName?: string | undefined;
|
|
265
|
+
installCli?: boolean | undefined;
|
|
266
|
+
} | undefined;
|
|
267
|
+
} | undefined;
|
|
268
|
+
database?: "none" | "sqlite" | "postgres" | "mysql" | "mongodb" | undefined;
|
|
269
|
+
orm?: "none" | "drizzle" | "prisma" | "mongoose" | undefined;
|
|
270
|
+
auth?: "none" | "better-auth" | "clerk" | undefined;
|
|
271
|
+
payments?: "none" | "polar" | undefined;
|
|
272
|
+
frontend?: ("none" | "tanstack-router" | "react-router" | "tanstack-start" | "next" | "nuxt" | "native-bare" | "native-uniwind" | "native-unistyles" | "svelte" | "solid" | "astro")[] | undefined;
|
|
273
|
+
addons?: ("none" | "pwa" | "tauri" | "electrobun" | "starlight" | "biome" | "lefthook" | "husky" | "mcp" | "turborepo" | "nx" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "skills")[] | undefined;
|
|
274
|
+
examples?: ("none" | "todo" | "ai")[] | undefined;
|
|
275
|
+
git?: boolean | undefined;
|
|
276
|
+
packageManager?: "bun" | "npm" | "pnpm" | undefined;
|
|
277
|
+
install?: boolean | undefined;
|
|
278
|
+
dbSetup?: "none" | "turso" | "neon" | "prisma-postgres" | "planetscale" | "mongodb-atlas" | "supabase" | "d1" | "docker" | undefined;
|
|
279
|
+
backend?: "none" | "hono" | "express" | "fastify" | "elysia" | "convex" | "self" | undefined;
|
|
280
|
+
runtime?: "none" | "bun" | "node" | "workers" | undefined;
|
|
281
|
+
api?: "none" | "trpc" | "orpc" | undefined;
|
|
282
|
+
webDeploy?: "none" | "cloudflare" | undefined;
|
|
283
|
+
serverDeploy?: "none" | "cloudflare" | undefined;
|
|
284
|
+
directoryConflict?: "merge" | "overwrite" | "increment" | "error" | undefined;
|
|
285
|
+
renderTitle?: boolean | undefined;
|
|
286
|
+
disableAnalytics?: boolean | undefined;
|
|
287
|
+
manualDb?: boolean | undefined;
|
|
288
|
+
};
|
|
289
|
+
output: CreateProjectResult;
|
|
290
|
+
meta: TrpcCliMeta;
|
|
291
|
+
}>;
|
|
292
|
+
schema: _trpc_server0.TRPCQueryProcedure<{
|
|
293
|
+
input: {
|
|
294
|
+
name?: "all" | "cli" | "database" | "orm" | "backend" | "runtime" | "frontend" | "addons" | "examples" | "packageManager" | "databaseSetup" | "api" | "auth" | "payments" | "webDeploy" | "serverDeploy" | "directoryConflict" | "template" | "addonOptions" | "dbSetupOptions" | "createInput" | "addInput" | "projectConfig" | "betterTStackConfig" | "initResult" | undefined;
|
|
295
|
+
};
|
|
296
|
+
output: unknown;
|
|
297
|
+
meta: TrpcCliMeta;
|
|
298
|
+
}>;
|
|
299
|
+
sponsors: _trpc_server0.TRPCMutationProcedure<{
|
|
300
|
+
input: void;
|
|
301
|
+
output: void;
|
|
302
|
+
meta: TrpcCliMeta;
|
|
303
|
+
}>;
|
|
304
|
+
docs: _trpc_server0.TRPCMutationProcedure<{
|
|
305
|
+
input: void;
|
|
306
|
+
output: void;
|
|
307
|
+
meta: TrpcCliMeta;
|
|
308
|
+
}>;
|
|
309
|
+
builder: _trpc_server0.TRPCMutationProcedure<{
|
|
310
|
+
input: void;
|
|
311
|
+
output: void;
|
|
312
|
+
meta: TrpcCliMeta;
|
|
313
|
+
}>;
|
|
314
|
+
add: _trpc_server0.TRPCMutationProcedure<{
|
|
315
|
+
input: {
|
|
316
|
+
addons?: ("none" | "pwa" | "tauri" | "electrobun" | "starlight" | "biome" | "lefthook" | "husky" | "mcp" | "turborepo" | "nx" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "skills")[] | undefined;
|
|
317
|
+
install?: boolean | undefined;
|
|
318
|
+
packageManager?: "bun" | "npm" | "pnpm" | undefined;
|
|
319
|
+
projectDir?: string | undefined;
|
|
320
|
+
};
|
|
321
|
+
output: void;
|
|
322
|
+
meta: TrpcCliMeta;
|
|
323
|
+
}>;
|
|
324
|
+
addJson: _trpc_server0.TRPCMutationProcedure<{
|
|
325
|
+
input: {
|
|
326
|
+
addons?: ("none" | "pwa" | "tauri" | "electrobun" | "starlight" | "biome" | "lefthook" | "husky" | "mcp" | "turborepo" | "nx" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "skills")[] | undefined;
|
|
327
|
+
addonOptions?: {
|
|
328
|
+
wxt?: {
|
|
329
|
+
template: "svelte" | "solid" | "vanilla" | "vue" | "react";
|
|
330
|
+
devPort?: number | undefined;
|
|
331
|
+
} | undefined;
|
|
332
|
+
fumadocs?: {
|
|
333
|
+
template: "react-router" | "tanstack-start" | "next-mdx" | "next-mdx-static" | "waku" | "react-router-spa" | "tanstack-start-spa";
|
|
334
|
+
devPort?: number | undefined;
|
|
335
|
+
} | undefined;
|
|
336
|
+
opentui?: {
|
|
337
|
+
template: "solid" | "react" | "core";
|
|
338
|
+
} | undefined;
|
|
339
|
+
mcp?: {
|
|
340
|
+
scope?: "project" | "global" | undefined;
|
|
341
|
+
servers?: ("nx" | "better-auth" | "clerk" | "polar" | "neon" | "planetscale" | "supabase" | "convex" | "better-t-stack" | "context7" | "cloudflare-docs" | "shadcn" | "next-devtools" | "nuxt-docs" | "nuxt-ui-docs" | "svelte-docs" | "astro-docs" | "expo")[] | undefined;
|
|
342
|
+
agents?: ("antigravity" | "cline" | "cline-cli" | "cursor" | "claude-code" | "codex" | "opencode" | "gemini-cli" | "github-copilot-cli" | "mcporter" | "vscode" | "zed" | "claude-desktop" | "goose")[] | undefined;
|
|
343
|
+
} | undefined;
|
|
344
|
+
skills?: {
|
|
345
|
+
scope?: "project" | "global" | undefined;
|
|
346
|
+
agents?: ("antigravity" | "cline" | "cursor" | "claude-code" | "codex" | "opencode" | "gemini-cli" | "goose" | "github-copilot" | "windsurf" | "roo" | "kilo" | "openhands" | "trae" | "amp" | "pi" | "qoder" | "qwen-code" | "kiro-cli" | "droid" | "command-code" | "clawdbot" | "zencoder" | "neovate" | "mcpjam")[] | undefined;
|
|
347
|
+
selections?: {
|
|
348
|
+
source: "vercel-labs/agent-skills" | "vercel/ai" | "vercel/turborepo" | "yusukebe/hono-skill" | "vercel-labs/next-skills" | "nuxt/ui" | "heroui-inc/heroui" | "shadcn/ui" | "better-auth/skills" | "clerk/skills" | "neondatabase/agent-skills" | "supabase/agent-skills" | "planetscale/database-skills" | "expo/skills" | "prisma/skills" | "elysiajs/skills" | "waynesutton/convexskills" | "msmps/opentui-skill" | "haydenbleasel/ultracite";
|
|
349
|
+
skills: string[];
|
|
350
|
+
}[] | undefined;
|
|
351
|
+
} | undefined;
|
|
352
|
+
ultracite?: {
|
|
353
|
+
linter?: "biome" | "oxlint" | "eslint" | undefined;
|
|
354
|
+
editors?: ("void" | "antigravity" | "cursor" | "vscode" | "zed" | "windsurf" | "trae" | "kiro")[] | undefined;
|
|
355
|
+
agents?: ("cline" | "codex" | "opencode" | "goose" | "amp" | "droid" | "claude" | "jules" | "copilot" | "aider" | "firebase-studio" | "open-hands" | "gemini" | "junie" | "augmentcode" | "kilo-code" | "roo-code" | "warp" | "crush" | "qwen" | "amazon-q-cli" | "firebender" | "cursor-cli" | "mistral-vibe" | "vercel")[] | undefined;
|
|
356
|
+
hooks?: ("cursor" | "windsurf" | "claude")[] | undefined;
|
|
357
|
+
} | undefined;
|
|
358
|
+
} | undefined;
|
|
359
|
+
webDeploy?: "none" | "cloudflare" | undefined;
|
|
360
|
+
serverDeploy?: "none" | "cloudflare" | undefined;
|
|
361
|
+
projectDir?: string | undefined;
|
|
362
|
+
install?: boolean | undefined;
|
|
363
|
+
packageManager?: "bun" | "npm" | "pnpm" | undefined;
|
|
364
|
+
dryRun?: boolean | undefined;
|
|
365
|
+
};
|
|
366
|
+
output: AddResult;
|
|
367
|
+
meta: TrpcCliMeta;
|
|
368
|
+
}>;
|
|
369
|
+
history: _trpc_server0.TRPCMutationProcedure<{
|
|
370
|
+
input: {
|
|
371
|
+
limit?: number | undefined;
|
|
372
|
+
clear?: boolean | undefined;
|
|
373
|
+
json?: boolean | undefined;
|
|
374
|
+
};
|
|
375
|
+
output: void;
|
|
376
|
+
meta: TrpcCliMeta;
|
|
377
|
+
}>;
|
|
378
|
+
}>>;
|
|
922
379
|
declare function createBtsCli(): ReturnType<typeof createCli>;
|
|
923
380
|
/**
|
|
924
381
|
* Error types that can be returned from create/createVirtual
|