create-better-fullstack 1.3.17 → 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.
package/dist/cli.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { s as createBtsCli } from "./src-BYQLJiGD.mjs";
2
+ import { s as createBtsCli } from "./src-B5kV0Yns.mjs";
3
3
 
4
4
  //#region src/cli.ts
5
5
  createBtsCli().run();
package/dist/index.d.mts CHANGED
@@ -216,6 +216,7 @@ declare const router: {
216
216
  "native-unistyles": "native-unistyles";
217
217
  svelte: "svelte";
218
218
  solid: "solid";
219
+ "solid-start": "solid-start";
219
220
  astro: "astro";
220
221
  qwik: "qwik";
221
222
  angular: "angular";
@@ -252,6 +253,7 @@ declare const router: {
252
253
  examples: z.ZodOptional<z.ZodArray<z.ZodEnum<{
253
254
  none: "none";
254
255
  ai: "ai";
256
+ "chat-sdk": "chat-sdk";
255
257
  }>>>;
256
258
  git: z.ZodOptional<z.ZodBoolean>;
257
259
  packageManager: z.ZodOptional<z.ZodEnum<{
@@ -320,6 +322,74 @@ declare const router: {
320
322
  "ark-ui": "ark-ui";
321
323
  "react-aria": "react-aria";
322
324
  }>>;
325
+ shadcnBase: z.ZodOptional<z.ZodEnum<{
326
+ radix: "radix";
327
+ base: "base";
328
+ }>>;
329
+ shadcnStyle: z.ZodOptional<z.ZodEnum<{
330
+ vega: "vega";
331
+ nova: "nova";
332
+ maia: "maia";
333
+ lyra: "lyra";
334
+ mira: "mira";
335
+ }>>;
336
+ shadcnIconLibrary: z.ZodOptional<z.ZodEnum<{
337
+ lucide: "lucide";
338
+ tabler: "tabler";
339
+ hugeicons: "hugeicons";
340
+ phosphor: "phosphor";
341
+ remixicon: "remixicon";
342
+ }>>;
343
+ shadcnColorTheme: z.ZodOptional<z.ZodEnum<{
344
+ neutral: "neutral";
345
+ stone: "stone";
346
+ zinc: "zinc";
347
+ gray: "gray";
348
+ amber: "amber";
349
+ blue: "blue";
350
+ cyan: "cyan";
351
+ emerald: "emerald";
352
+ fuchsia: "fuchsia";
353
+ green: "green";
354
+ indigo: "indigo";
355
+ lime: "lime";
356
+ orange: "orange";
357
+ pink: "pink";
358
+ purple: "purple";
359
+ red: "red";
360
+ rose: "rose";
361
+ sky: "sky";
362
+ teal: "teal";
363
+ violet: "violet";
364
+ yellow: "yellow";
365
+ }>>;
366
+ shadcnBaseColor: z.ZodOptional<z.ZodEnum<{
367
+ neutral: "neutral";
368
+ stone: "stone";
369
+ zinc: "zinc";
370
+ gray: "gray";
371
+ }>>;
372
+ shadcnFont: z.ZodOptional<z.ZodEnum<{
373
+ inter: "inter";
374
+ geist: "geist";
375
+ "noto-sans": "noto-sans";
376
+ "nunito-sans": "nunito-sans";
377
+ figtree: "figtree";
378
+ roboto: "roboto";
379
+ raleway: "raleway";
380
+ "dm-sans": "dm-sans";
381
+ "public-sans": "public-sans";
382
+ outfit: "outfit";
383
+ "jetbrains-mono": "jetbrains-mono";
384
+ "geist-mono": "geist-mono";
385
+ }>>;
386
+ shadcnRadius: z.ZodOptional<z.ZodEnum<{
387
+ none: "none";
388
+ default: "default";
389
+ small: "small";
390
+ medium: "medium";
391
+ large: "large";
392
+ }>>;
323
393
  webDeploy: z.ZodOptional<z.ZodEnum<{
324
394
  none: "none";
325
395
  docker: "docker";
@@ -450,9 +520,9 @@ declare const router: {
450
520
  orm: "none" | "drizzle" | "prisma" | "mongoose" | "typeorm" | "kysely" | "mikroorm" | "sequelize";
451
521
  backend: "none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self";
452
522
  runtime: "none" | "bun" | "node" | "workers";
453
- frontend: ("none" | "tanstack-router" | "react-router" | "tanstack-start" | "next" | "nuxt" | "native-bare" | "native-uniwind" | "native-unistyles" | "svelte" | "solid" | "astro" | "qwik" | "angular" | "redwood" | "fresh")[];
523
+ frontend: ("none" | "tanstack-router" | "react-router" | "tanstack-start" | "next" | "nuxt" | "native-bare" | "native-uniwind" | "native-unistyles" | "svelte" | "solid" | "solid-start" | "astro" | "qwik" | "angular" | "redwood" | "fresh")[];
454
524
  addons: ("none" | "pwa" | "tauri" | "starlight" | "biome" | "lefthook" | "husky" | "ruler" | "mcp" | "skills" | "turborepo" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "msw" | "storybook")[];
455
- examples: ("ai" | "none")[];
525
+ examples: ("ai" | "none" | "chat-sdk")[];
456
526
  auth: "none" | "better-auth" | "clerk" | "nextauth" | "stack-auth" | "supabase-auth" | "auth0";
457
527
  payments: "none" | "polar" | "stripe" | "lemon-squeezy" | "paddle" | "dodo";
458
528
  git: boolean;
@@ -502,6 +572,13 @@ declare const router: {
502
572
  goLogging: "none" | "zap";
503
573
  aiDocs: ("none" | "claude-md" | "agents-md" | "cursorrules")[];
504
574
  astroIntegration?: "none" | "svelte" | "solid" | "react" | "vue" | undefined;
575
+ shadcnBase?: "radix" | "base" | undefined;
576
+ shadcnStyle?: "vega" | "nova" | "maia" | "lyra" | "mira" | undefined;
577
+ shadcnIconLibrary?: "lucide" | "tabler" | "hugeicons" | "phosphor" | "remixicon" | undefined;
578
+ shadcnColorTheme?: "neutral" | "stone" | "zinc" | "gray" | "amber" | "blue" | "cyan" | "emerald" | "fuchsia" | "green" | "indigo" | "lime" | "orange" | "pink" | "purple" | "red" | "rose" | "sky" | "teal" | "violet" | "yellow" | undefined;
579
+ shadcnBaseColor?: "neutral" | "stone" | "zinc" | "gray" | undefined;
580
+ shadcnFont?: "inter" | "geist" | "noto-sans" | "nunito-sans" | "figtree" | "roboto" | "raleway" | "dm-sans" | "public-sans" | "outfit" | "jetbrains-mono" | "geist-mono" | undefined;
581
+ shadcnRadius?: "default" | "none" | "small" | "medium" | "large" | undefined;
505
582
  };
506
583
  reproducibleCommand: string;
507
584
  timeScaffolded: string;
@@ -529,9 +606,9 @@ declare const router: {
529
606
  orm: "none" | "drizzle" | "prisma" | "mongoose" | "typeorm" | "kysely" | "mikroorm" | "sequelize";
530
607
  backend: "none" | "hono" | "express" | "fastify" | "elysia" | "fets" | "nestjs" | "adonisjs" | "nitro" | "encore" | "convex" | "self";
531
608
  runtime: "none" | "bun" | "node" | "workers";
532
- frontend: ("none" | "tanstack-router" | "react-router" | "tanstack-start" | "next" | "nuxt" | "native-bare" | "native-uniwind" | "native-unistyles" | "svelte" | "solid" | "astro" | "qwik" | "angular" | "redwood" | "fresh")[];
609
+ frontend: ("none" | "tanstack-router" | "react-router" | "tanstack-start" | "next" | "nuxt" | "native-bare" | "native-uniwind" | "native-unistyles" | "svelte" | "solid" | "solid-start" | "astro" | "qwik" | "angular" | "redwood" | "fresh")[];
533
610
  addons: ("none" | "pwa" | "tauri" | "starlight" | "biome" | "lefthook" | "husky" | "ruler" | "mcp" | "skills" | "turborepo" | "fumadocs" | "ultracite" | "oxlint" | "opentui" | "wxt" | "msw" | "storybook")[];
534
- examples: ("ai" | "none")[];
611
+ examples: ("ai" | "none" | "chat-sdk")[];
535
612
  auth: "none" | "better-auth" | "clerk" | "nextauth" | "stack-auth" | "supabase-auth" | "auth0";
536
613
  payments: "none" | "polar" | "stripe" | "lemon-squeezy" | "paddle" | "dodo";
537
614
  git: boolean;
@@ -581,6 +658,13 @@ declare const router: {
581
658
  goLogging: "none" | "zap";
582
659
  aiDocs: ("none" | "claude-md" | "agents-md" | "cursorrules")[];
583
660
  astroIntegration?: "none" | "svelte" | "solid" | "react" | "vue" | undefined;
661
+ shadcnBase?: "radix" | "base" | undefined;
662
+ shadcnStyle?: "vega" | "nova" | "maia" | "lyra" | "mira" | undefined;
663
+ shadcnIconLibrary?: "lucide" | "tabler" | "hugeicons" | "phosphor" | "remixicon" | undefined;
664
+ shadcnColorTheme?: "neutral" | "stone" | "zinc" | "gray" | "amber" | "blue" | "cyan" | "emerald" | "fuchsia" | "green" | "indigo" | "lime" | "orange" | "pink" | "purple" | "red" | "rose" | "sky" | "teal" | "violet" | "yellow" | undefined;
665
+ shadcnBaseColor?: "neutral" | "stone" | "zinc" | "gray" | undefined;
666
+ shadcnFont?: "inter" | "geist" | "noto-sans" | "nunito-sans" | "figtree" | "roboto" | "raleway" | "dm-sans" | "public-sans" | "outfit" | "jetbrains-mono" | "geist-mono" | undefined;
667
+ shadcnRadius?: "default" | "none" | "small" | "medium" | "large" | undefined;
584
668
  };
585
669
  reproducibleCommand: string;
586
670
  timeScaffolded: string;
package/dist/index.mjs CHANGED
@@ -1,4 +1,4 @@
1
1
  #!/usr/bin/env node
2
- import { a as builder, c as createVirtual, d as history, f as router, i as add, l as docs, n as TEMPLATE_COUNT, o as create, p as sponsors, r as VirtualFileSystem, s as createBtsCli, t as EMBEDDED_TEMPLATES, u as generateVirtualProject } from "./src-BYQLJiGD.mjs";
2
+ import { a as builder, c as createVirtual, d as history, f as router, i as add, l as docs, n as TEMPLATE_COUNT, o as create, p as sponsors, r as VirtualFileSystem, s as createBtsCli, t as EMBEDDED_TEMPLATES, u as generateVirtualProject } from "./src-B5kV0Yns.mjs";
3
3
 
4
4
  export { EMBEDDED_TEMPLATES, TEMPLATE_COUNT, VirtualFileSystem, add, builder, create, createBtsCli, createVirtual, docs, generateVirtualProject, history, router, sponsors };