create-better-t-stack 1.0.1 → 1.0.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/index.js CHANGED
@@ -1,11 +1,11 @@
1
1
  #!/usr/bin/env node
2
- import{cancel as Ia,intro as Da,log as k,outro as za,spinner as Ra}from"@clack/prompts";import{Command as La}from"commander";import E from"picocolors";import Q from"node:path";import{fileURLToPath as Ve}from"node:url";var He=Ve(import.meta.url),We=Q.dirname(He),g=Q.join(We,"../"),u={projectName:"my-better-t-app",database:"sqlite",orm:"drizzle",auth:!0,addons:[],git:!0,packageManager:"npm",noInstall:!1,examples:["todo"]},F={"better-auth":"^1.2.4","drizzle-orm":"^0.38.4","drizzle-kit":"^0.30.5","@libsql/client":"^0.14.0",postgres:"^3.4.5","@prisma/client":"^6.5.0",prisma:"^6.5.0","vite-plugin-pwa":"^0.21.2","@vite-pwa/assets-generator":"^0.2.6","@tauri-apps/cli":"^2.4.0","@biomejs/biome":"1.9.4",husky:"^9.1.7","lint-staged":"^15.5.0"};import Rt from"node:path";import{cancel as Lt,spinner as Nt}from"@clack/prompts";import Ut from"fs-extra";import ke from"picocolors";import C from"node:path";import m from"fs-extra";import Qe from"node:path";import K from"fs-extra";var f=e=>{let{dependencies:t=[],devDependencies:a=[],projectDir:r}=e,o=Qe.join(r,"package.json"),s=K.readJSONSync(o);s.dependencies||(s.dependencies={}),s.devDependencies||(s.devDependencies={});for(let i of t){let n=F[i];s.dependencies[i]=n}for(let i of a){let n=F[i];s.devDependencies[i]=n}K.writeJSONSync(o,s,{spaces:2})};import N from"node:path";import{log as Ke,spinner as Xe}from"@clack/prompts";import{execa as Ye}from"execa";import B from"fs-extra";import X from"picocolors";async function Y(e,t){let a=Xe(),r=N.join(e,"packages/client");try{a.start("Setting up Tauri desktop app support..."),f({devDependencies:["@tauri-apps/cli"],projectDir:r});let o=N.join(r,"package.json");if(await B.pathExists(o)){let s=await B.readJson(o);s.scripts={...s.scripts,tauri:"tauri","desktop:dev":"tauri dev","desktop:build":"tauri build"},await B.writeJson(o,s,{spaces:2})}await Ye("npx",["@tauri-apps/cli@latest","init",`--app-name=${N.basename(e)}`,`--window-title=${N.basename(e)}`,"--frontend-dist=dist","--dev-url=http://localhost:3001",`--before-dev-command=${t} run dev`,`--before-build-command=${t} run build`],{cwd:r,env:{CI:"true"}}),a.stop("Tauri desktop app support configured successfully!")}catch(o){throw a.stop(X.red("Failed to set up Tauri")),o instanceof Error&&Ke.error(X.red(o.message)),o}}async function Z(e,t,a){t.includes("pwa")&&await tt(e),t.includes("tauri")&&await Y(e,a),t.includes("biome")&&await Ze(e),t.includes("husky")&&await et(e)}async function Ze(e){let t=C.join(g,"template/with-biome");await m.pathExists(t)&&await m.copy(t,e,{overwrite:!0}),f({devDependencies:["@biomejs/biome"],projectDir:e});let a=C.join(e,"package.json");if(await m.pathExists(a)){let r=await m.readJson(a);r.scripts={...r.scripts,check:"biome check --write ."},await m.writeJson(a,r,{spaces:2})}}async function et(e){let t=C.join(g,"template/with-husky");await m.pathExists(t)&&await m.copy(t,e,{overwrite:!0}),f({devDependencies:["husky","lint-staged"],projectDir:e});let a=C.join(e,"package.json");if(await m.pathExists(a)){let r=await m.readJson(a);r.scripts={...r.scripts,prepare:"husky"},r["lint-staged"]={"*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}":["biome check --write ."]},await m.writeJson(a,r,{spaces:2})}}async function tt(e){let t=C.join(g,"template/with-pwa");await m.pathExists(t)&&await m.copy(t,e,{overwrite:!0});let a=C.join(e,"packages/client");f({dependencies:["vite-plugin-pwa"],devDependencies:["@vite-pwa/assets-generator"],projectDir:a});let r=C.join(a,"package.json");if(await m.pathExists(r)){let o=await m.readJson(r);o.scripts={...o.scripts,"generate-pwa-assets":"pwa-assets-generator"},await m.writeJson(r,o,{spaces:2})}}import ee from"node:path";import{log as te}from"@clack/prompts";import ae from"picocolors";function re(e=32){let t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",a="",r=t.length;for(let o=0;o<e;o++)a+=t.charAt(Math.floor(Math.random()*r));return a}async function oe(e,t){if(!t)return;let a=ee.join(e,"packages/server"),r=ee.join(e,"packages/client");try{f({dependencies:["better-auth"],projectDir:a}),f({dependencies:["better-auth"],projectDir:r})}catch(o){throw te.error(ae.red("Failed to configure authentication")),o instanceof Error&&te.error(ae.red(o.message)),o}}import at from"node:path";import rt from"fs-extra";async function se(e,t){let a=at.join(e,"README.md"),r=ot(t);try{await rt.writeFile(a,r)}catch(o){console.error("Failed to create README.md file:",o)}}function ot(e){let{projectName:t,packageManager:a,database:r,auth:o,addons:s=[],orm:i="drizzle"}=e,n=a==="npm"?"npm run":a;return`# ${t}
2
+ import{cancel as Ia,intro as Ra,log as j,outro as za,spinner as La}from"@clack/prompts";import{Command as Na}from"commander";import $ from"picocolors";import K from"node:path";import{fileURLToPath as Ve}from"node:url";var He=Ve(import.meta.url),We=K.dirname(He),f=K.join(We,"../"),d={projectName:"my-better-t-app",database:"sqlite",orm:"drizzle",auth:!0,addons:[],git:!0,packageManager:"npm",noInstall:!1,examples:["todo"]},B={"better-auth":"^1.2.4","drizzle-orm":"^0.38.4","drizzle-kit":"^0.30.5","@libsql/client":"^0.14.0",postgres:"^3.4.5","@prisma/client":"^6.5.0",prisma:"^6.5.0","vite-plugin-pwa":"^0.21.2","@vite-pwa/assets-generator":"^0.2.6","@tauri-apps/cli":"^2.4.0","@biomejs/biome":"1.9.4",husky:"^9.1.7","lint-staged":"^15.5.0"};import Lt from"node:path";import{cancel as Nt,spinner as Ft}from"@clack/prompts";import Ut from"fs-extra";import ke from"picocolors";import S from"node:path";import m from"fs-extra";import Qe from"node:path";import X from"fs-extra";var g=e=>{let{dependencies:t=[],devDependencies:a=[],projectDir:o}=e,r=Qe.join(o,"package.json"),s=X.readJSONSync(r);s.dependencies||(s.dependencies={}),s.devDependencies||(s.devDependencies={});for(let i of t){let n=B[i];s.dependencies[i]=n}for(let i of a){let n=B[i];s.devDependencies[i]=n}X.writeJSONSync(r,s,{spaces:2})};import N from"node:path";import{log as Ke,spinner as Xe}from"@clack/prompts";import{execa as Ye}from"execa";import G from"fs-extra";import Y from"picocolors";async function Z(e,t){let a=Xe(),o=N.join(e,"packages/client");try{a.start("Setting up Tauri desktop app support..."),g({devDependencies:["@tauri-apps/cli"],projectDir:o});let r=N.join(o,"package.json");if(await G.pathExists(r)){let s=await G.readJson(r);s.scripts={...s.scripts,tauri:"tauri","desktop:dev":"tauri dev","desktop:build":"tauri build"},await G.writeJson(r,s,{spaces:2})}await Ye("npx",["@tauri-apps/cli@latest","init",`--app-name=${N.basename(e)}`,`--window-title=${N.basename(e)}`,"--frontend-dist=dist","--dev-url=http://localhost:3001",`--before-dev-command=${t} run dev`,`--before-build-command=${t} run build`],{cwd:o,env:{CI:"true"}}),a.stop("Tauri desktop app support configured successfully!")}catch(r){throw a.stop(Y.red("Failed to set up Tauri")),r instanceof Error&&Ke.error(Y.red(r.message)),r}}async function ee(e,t,a){t.includes("pwa")&&await tt(e),t.includes("tauri")&&await Z(e,a),t.includes("biome")&&await Ze(e),t.includes("husky")&&await et(e)}async function Ze(e){let t=S.join(f,"template/with-biome");await m.pathExists(t)&&await m.copy(t,e,{overwrite:!0}),g({devDependencies:["@biomejs/biome"],projectDir:e});let a=S.join(e,"package.json");if(await m.pathExists(a)){let o=await m.readJson(a);o.scripts={...o.scripts,check:"biome check --write ."},await m.writeJson(a,o,{spaces:2})}}async function et(e){let t=S.join(f,"template/with-husky");await m.pathExists(t)&&await m.copy(t,e,{overwrite:!0}),g({devDependencies:["husky","lint-staged"],projectDir:e});let a=S.join(e,"package.json");if(await m.pathExists(a)){let o=await m.readJson(a);o.scripts={...o.scripts,prepare:"husky"},o["lint-staged"]={"*.{js,ts,cjs,mjs,d.cts,d.mts,jsx,tsx,json,jsonc}":["biome check --write ."]},await m.writeJson(a,o,{spaces:2})}}async function tt(e){let t=S.join(f,"template/with-pwa");await m.pathExists(t)&&await m.copy(t,e,{overwrite:!0});let a=S.join(e,"packages/client");g({dependencies:["vite-plugin-pwa"],devDependencies:["@vite-pwa/assets-generator"],projectDir:a});let o=S.join(a,"package.json");if(await m.pathExists(o)){let r=await m.readJson(o);r.scripts={...r.scripts,"generate-pwa-assets":"pwa-assets-generator"},await m.writeJson(o,r,{spaces:2})}}import te from"node:path";import{log as ae}from"@clack/prompts";import oe from"picocolors";function re(e=32){let t="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",a="",o=t.length;for(let r=0;r<e;r++)a+=t.charAt(Math.floor(Math.random()*o));return a}async function se(e,t){if(!t)return;let a=te.join(e,"packages/server"),o=te.join(e,"packages/client");try{g({dependencies:["better-auth"],projectDir:a}),g({dependencies:["better-auth"],projectDir:o})}catch(r){throw ae.error(oe.red("Failed to configure authentication")),r instanceof Error&&ae.error(oe.red(r.message)),r}}import at from"node:path";import ot from"fs-extra";async function ie(e,t){let a=at.join(e,"README.md"),o=rt(t);try{await ot.writeFile(a,o)}catch(r){console.error("Failed to create README.md file:",r)}}function rt(e){let{projectName:t,packageManager:a,database:o,auth:r,addons:s=[],orm:i="drizzle"}=e,n=a==="npm"?"npm run":a;return`# ${t}
3
3
 
4
4
  This project was created with [Better-T-Stack](https://github.com/better-t-stack/Better-T-Stack), a modern TypeScript stack that combines React, TanStack Router, Hono, tRPC, and more.
5
5
 
6
6
  ## Features
7
7
 
8
- ${st(r,o,s,i)}
8
+ ${st(o,r,s,i)}
9
9
 
10
10
  ## Getting Started
11
11
 
@@ -15,7 +15,7 @@ First, install the dependencies:
15
15
  ${a} install
16
16
  \`\`\`
17
17
 
18
- ${it(r,o,n,i)}
18
+ ${it(o,r,n,i)}
19
19
 
20
20
  Then, run the development server:
21
21
 
@@ -37,11 +37,11 @@ ${t}/
37
37
 
38
38
  ## Available Scripts
39
39
 
40
- ${nt(n,r,i,o)}
41
- `}function st(e,t,a,r){let o=["- **TypeScript** - For type safety and improved developer experience","- **TanStack Router** - File-based routing with full type safety","- **TailwindCSS** - Utility-first CSS for rapid UI development","- **shadcn/ui** - Reusable UI components","- **Hono** - Lightweight, performant server framework","- **tRPC** - End-to-end type-safe APIs"];e!=="none"&&o.push(`- **${r==="drizzle"?"Drizzle":"Prisma"}** - TypeScript-first ORM`,`- **${e==="sqlite"?"SQLite/Turso":"PostgreSQL"}** - Database engine`),t&&o.push("- **Authentication** - Email & password authentication with Better Auth");for(let s of a)s==="docker"&&o.push("- **Docker** - Containerized deployment");return o.join(`
42
- `)}function it(e,t,a,r){if(e==="none")return"";let o=`## Database Setup
40
+ ${nt(n,o,i,r)}
41
+ `}function st(e,t,a,o){let r=["- **TypeScript** - For type safety and improved developer experience","- **TanStack Router** - File-based routing with full type safety","- **TailwindCSS** - Utility-first CSS for rapid UI development","- **shadcn/ui** - Reusable UI components","- **Hono** - Lightweight, performant server framework","- **tRPC** - End-to-end type-safe APIs"];e!=="none"&&r.push(`- **${o==="drizzle"?"Drizzle":"Prisma"}** - TypeScript-first ORM`,`- **${e==="sqlite"?"SQLite/Turso":"PostgreSQL"}** - Database engine`),t&&r.push("- **Authentication** - Email & password authentication with Better Auth");for(let s of a)s==="docker"&&r.push("- **Docker** - Containerized deployment");return r.join(`
42
+ `)}function it(e,t,a,o){if(e==="none")return"";let r=`## Database Setup
43
43
 
44
- `;return e==="sqlite"?o+=`This project uses SQLite${r==="drizzle"?" with Drizzle ORM":" with Prisma"}.
44
+ `;return e==="sqlite"?r+=`This project uses SQLite${o==="drizzle"?" with Drizzle ORM":" with Prisma"}.
45
45
 
46
46
  1. Start the local SQLite database:
47
47
  \`\`\`bash
@@ -49,29 +49,29 @@ cd packages/server && ${a} db:local
49
49
  \`\`\`
50
50
 
51
51
  2. Update your \`.env\` file in the \`packages/server\` directory with the appropriate connection details if needed.
52
- `:e==="postgres"&&(o+=`This project uses PostgreSQL${r==="drizzle"?" with Drizzle ORM":" with Prisma"}.
52
+ `:e==="postgres"&&(r+=`This project uses PostgreSQL${o==="drizzle"?" with Drizzle ORM":" with Prisma"}.
53
53
 
54
54
  1. Make sure you have a PostgreSQL database set up.
55
55
  2. Update your \`packages/server/.env\` file with your PostgreSQL connection details.
56
- `),o+=`
57
- ${t?"4":"3"}. ${r==="prisma"?`Generate the Prisma client and push the schema:
56
+ `),r+=`
57
+ ${t?"4":"3"}. ${o==="prisma"?`Generate the Prisma client and push the schema:
58
58
  \`\`\`bash
59
59
  ${a} db:push
60
60
  \`\`\``:`Apply the schema to your database:
61
61
  \`\`\`bash
62
62
  ${a} db:push
63
63
  \`\`\``}
64
- `,o}function nt(e,t,a,r){let o=`- \`${e} dev\`: Start both client and server in development mode
64
+ `,r}function nt(e,t,a,o){let r=`- \`${e} dev\`: Start both client and server in development mode
65
65
  - \`${e} build\`: Build both client and server
66
66
  - \`${e} dev:client\`: Start only the client
67
67
  - \`${e} dev:server\`: Start only the server
68
- - \`${e} check-types\`: Check TypeScript types across all packages`;return t!=="none"&&(o+=`
68
+ - \`${e} check-types\`: Check TypeScript types across all packages`;return t!=="none"&&(r+=`
69
69
  - \`${e} db:push\`: Push schema changes to database
70
- - \`${e} db:studio\`: Open database studio UI`,t==="sqlite"&&a==="drizzle"&&(o+=`
71
- - \`cd packages/server && ${e} db:local\`: Start the local SQLite database`)),o}import ce from"node:path";import{log as Pt,spinner as kt}from"@clack/prompts";import jt from"fs-extra";import pe from"picocolors";import ct from"node:os";import ie from"node:path";import{cancel as G,confirm as pt,isCancel as q,log as O,select as lt,spinner as J,text as ut}from"@clack/prompts";import{$ as y}from"execa";import dt from"fs-extra";import h from"picocolors";async function mt(){try{return(await y`turso --version`).exitCode===0}catch{return!1}}async function ft(){try{return!(await y`turso auth whoami`).stdout.includes("You are not logged in")}catch{return!1}}async function gt(){let e=J();try{return e.start("Logging in to Turso..."),await y`turso auth login`,e.stop("Logged in to Turso successfully!"),!0}catch(t){throw e.stop(h.red("Failed to log in to Turso")),t}}async function ht(e){let t=J();try{if(t.start("Installing Turso CLI..."),e)await y`brew install tursodatabase/tap/turso`;else{let{stdout:a}=await y`curl -sSfL https://get.tur.so/install.sh`;await y`bash -c '${a}'`}return t.stop("Turso CLI installed successfully!"),!0}catch(a){throw a instanceof Error&&a.message.includes("User force closed")?(t.stop(),O.warn(h.yellow("Turso CLI installation cancelled by user")),new Error("Installation cancelled")):(t.stop(h.red("Failed to install Turso CLI")),a)}}async function bt(){try{let{stdout:e}=await y`turso group list`,t=e.trim().split(`
72
- `);return t.length<=1?[]:t.slice(1).map(r=>{let[o,s,i,n]=r.trim().split(/\s{2,}/);return{name:o,locations:s,version:i,status:n}})}catch(e){return console.error("Error fetching Turso groups:",e),[]}}async function wt(){let e=await bt();if(e.length===0)return null;if(e.length===1)return e[0].name;let t=e.map(r=>({value:r.name,label:`${r.name} (${r.locations})`})),a=await lt({message:"Select a Turso database group:",options:t});return q(a)&&(G(h.red("Operation cancelled")),process.exit(0)),a}async function yt(e,t){try{t?await y`turso db create ${e} --group ${t}`:await y`turso db create ${e}`}catch(o){throw o instanceof Error&&o.message.includes("already exists")?new Error("DATABASE_EXISTS"):o}let{stdout:a}=await y`turso db show ${e} --url`,{stdout:r}=await y`turso db tokens create ${e}`;return{dbUrl:a.trim(),authToken:r.trim()}}async function z(e,t){let a=ie.join(e,"packages/server",".env"),r=t?`TURSO_CONNECTION_URL="${t.dbUrl}"
70
+ - \`${e} db:studio\`: Open database studio UI`,t==="sqlite"&&a==="drizzle"&&(r+=`
71
+ - \`cd packages/server && ${e} db:local\`: Start the local SQLite database`)),r}import pe from"node:path";import{log as Pt,spinner as kt}from"@clack/prompts";import jt from"fs-extra";import le from"picocolors";import ct from"node:os";import ne from"node:path";import{cancel as q,confirm as pt,isCancel as J,log as A,select as lt,spinner as V,text as dt}from"@clack/prompts";import{$ as y}from"execa";import ut from"fs-extra";import w from"picocolors";async function mt(){try{return(await y`turso --version`).exitCode===0}catch{return!1}}async function ft(){try{return!(await y`turso auth whoami`).stdout.includes("You are not logged in")}catch{return!1}}async function gt(){let e=V();try{return e.start("Logging in to Turso..."),await y`turso auth login`,e.stop("Logged in to Turso successfully!"),!0}catch(t){throw e.stop(w.red("Failed to log in to Turso")),t}}async function ht(e){let t=V();try{if(t.start("Installing Turso CLI..."),e)await y`brew install tursodatabase/tap/turso`;else{let{stdout:a}=await y`curl -sSfL https://get.tur.so/install.sh`;await y`bash -c '${a}'`}return t.stop("Turso CLI installed successfully!"),!0}catch(a){throw a instanceof Error&&a.message.includes("User force closed")?(t.stop(),A.warn(w.yellow("Turso CLI installation cancelled by user")),new Error("Installation cancelled")):(t.stop(w.red("Failed to install Turso CLI")),a)}}async function wt(){try{let{stdout:e}=await y`turso group list`,t=e.trim().split(`
72
+ `);return t.length<=1?[]:t.slice(1).map(o=>{let[r,s,i,n]=o.trim().split(/\s{2,}/);return{name:r,locations:s,version:i,status:n}})}catch(e){return console.error("Error fetching Turso groups:",e),[]}}async function bt(){let e=await wt();if(e.length===0)return null;if(e.length===1)return e[0].name;let t=e.map(o=>({value:o.name,label:`${o.name} (${o.locations})`})),a=await lt({message:"Select a Turso database group:",options:t});return J(a)&&(q(w.red("Operation cancelled")),process.exit(0)),a}async function yt(e,t){try{t?await y`turso db create ${e} --group ${t}`:await y`turso db create ${e}`}catch(r){throw r instanceof Error&&r.message.includes("already exists")?new Error("DATABASE_EXISTS"):r}let{stdout:a}=await y`turso db show ${e} --url`,{stdout:o}=await y`turso db tokens create ${e}`;return{dbUrl:a.trim(),authToken:o.trim()}}async function R(e,t){let a=ne.join(e,"packages/server",".env"),o=t?`TURSO_CONNECTION_URL="${t.dbUrl}"
73
73
  TURSO_AUTH_TOKEN="${t.authToken}"`:`TURSO_CONNECTION_URL=
74
- TURSO_AUTH_TOKEN=`;await dt.writeFile(a,r)}function U(){O.info(`Manual Turso Setup Instructions:
74
+ TURSO_AUTH_TOKEN=`;await ut.writeFile(a,o)}function F(){A.info(`Manual Turso Setup Instructions:
75
75
 
76
76
  1. Visit https://turso.tech and create an account
77
77
  2. Create a new database from the dashboard
@@ -79,44 +79,51 @@ TURSO_AUTH_TOKEN=`;await dt.writeFile(a,r)}function U(){O.info(`Manual Turso Set
79
79
  4. Add these credentials to the .env file in packages/server/.env
80
80
 
81
81
  TURSO_CONNECTION_URL=your_database_url
82
- TURSO_AUTH_TOKEN=your_auth_token`)}async function ne(e,t){if(!t){await z(e),O.info(h.blue("Skipping Turso setup. Setting up empty configuration.")),U();return}let a=ct.platform(),r=a==="darwin";if(!(a!=="win32")){O.warn(h.yellow("Automatic Turso setup is not supported on Windows.")),await z(e),U();return}try{if(!await mt()){let T=await pt({message:"Would you like to install Turso CLI?",initialValue:!0});if(q(T)&&(G(h.red("Operation cancelled")),process.exit(0)),!T){await z(e),U();return}await ht(r)}await ft()||await gt();let n=await wt(),w=!1,j="",v=ie.basename(e);for(;!w;){let T=await ut({message:"Enter a name for your database:",defaultValue:v,initialValue:v,placeholder:v});q(T)&&(G(h.red("Operation cancelled")),process.exit(0)),j=T;let L=J();try{L.start(`Creating Turso database "${j}"${n?` in group "${n}"`:""}...`);let D=await yt(j,n);await z(e,D),L.stop("Turso database configured successfully!"),w=!0}catch(D){if(D instanceof Error&&D.message==="DATABASE_EXISTS")L.stop(h.yellow(`Database "${h.red(j)}" already exists`)),v=`${j}-${Math.floor(Math.random()*1e3)}`;else throw L.stop(h.red("Failed to create Turso database")),D}}}catch(s){O.error(h.red(`Error during Turso setup: ${s}`)),await z(e),U(),O.success("Setup completed with manual configuration required.")}}async function le(e,t,a,r=!0){let o=kt(),s=ce.join(e,"packages/server");if(t==="none"){await jt.remove(ce.join(s,"src/db"));return}try{t==="sqlite"?(a==="drizzle"?f({dependencies:["drizzle-orm","@libsql/client"],devDependencies:["drizzle-kit"],projectDir:s}):a==="prisma"&&f({dependencies:["@prisma/client"],devDependencies:["prisma"],projectDir:s}),r&&await ne(e,!0)):t==="postgres"&&(a==="drizzle"?f({dependencies:["drizzle-orm","postgres"],devDependencies:["drizzle-kit"],projectDir:s}):a==="prisma"&&f({dependencies:["@prisma/client"],devDependencies:["prisma"],projectDir:s}))}catch(i){throw o.stop(pe.red("Failed to set up database")),i instanceof Error&&Pt.error(pe.red(i.message)),i}}import M from"node:path";import A from"fs-extra";async function ue(e,t){let a=M.join(e,"packages/server"),r=M.join(e,"packages/client"),o=M.join(a,".env"),s="";if(await A.pathExists(o)&&(s=await A.readFile(o,"utf8")),s.includes("CORS_ORIGIN")||(s+=`
82
+ TURSO_AUTH_TOKEN=your_auth_token`)}async function ce(e,t){if(!t){await R(e),A.info(w.blue("Skipping Turso setup. Setting up empty configuration.")),F();return}let a=ct.platform(),o=a==="darwin";if(!(a!=="win32")){A.warn(w.yellow("Automatic Turso setup is not supported on Windows.")),await R(e),F();return}try{if(!await mt()){let x=await pt({message:"Would you like to install Turso CLI?",initialValue:!0});if(J(x)&&(q(w.red("Operation cancelled")),process.exit(0)),!x){await R(e),F();return}await ht(o)}await ft()||await gt();let n=await bt(),h=!1,v="",T=ne.basename(e);for(;!h;){let x=await dt({message:"Enter a name for your database:",defaultValue:T,initialValue:T,placeholder:T});J(x)&&(q(w.red("Operation cancelled")),process.exit(0)),v=x;let L=V();try{L.start(`Creating Turso database "${v}"${n?` in group "${n}"`:""}...`);let I=await yt(v,n);await R(e,I),L.stop("Turso database configured successfully!"),h=!0}catch(I){if(I instanceof Error&&I.message==="DATABASE_EXISTS")L.stop(w.yellow(`Database "${w.red(v)}" already exists`)),T=`${v}-${Math.floor(Math.random()*1e3)}`;else throw L.stop(w.red("Failed to create Turso database")),I}}}catch(s){A.error(w.red(`Error during Turso setup: ${s}`)),await R(e),F(),A.success("Setup completed with manual configuration required.")}}async function de(e,t,a,o=!0){let r=kt(),s=pe.join(e,"packages/server");if(t==="none"){await jt.remove(pe.join(s,"src/db"));return}try{t==="sqlite"?(a==="drizzle"?g({dependencies:["drizzle-orm","@libsql/client"],devDependencies:["drizzle-kit"],projectDir:s}):a==="prisma"&&g({dependencies:["@prisma/client"],devDependencies:["prisma"],projectDir:s}),o&&await ce(e,!0)):t==="postgres"&&(a==="drizzle"?g({dependencies:["drizzle-orm","postgres"],devDependencies:["drizzle-kit"],projectDir:s}):a==="prisma"&&g({dependencies:["@prisma/client"],devDependencies:["prisma"],projectDir:s}))}catch(i){throw r.stop(le.red("Failed to set up database")),i instanceof Error&&Pt.error(le.red(i.message)),i}}import U from"node:path";import D from"fs-extra";async function ue(e,t){let a=U.join(e,"packages/server"),o=U.join(e,"packages/client"),r=U.join(a,".env"),s="";if(await D.pathExists(r)&&(s=await D.readFile(r,"utf8")),s.includes("CORS_ORIGIN")||(s+=`
83
83
  CORS_ORIGIN=http://localhost:3001`),t.auth&&(s.includes("BETTER_AUTH_SECRET")||(s+=`
84
84
  BETTER_AUTH_SECRET=${re()}`),s.includes("BETTER_AUTH_URL")||(s+=`
85
- BETTER_AUTH_URL=http://localhost:3000`)),t.database!=="none"){if(t.orm==="prisma"&&!s.includes("DATABASE_URL")){let w=t.database==="sqlite"?"":`
86
- DATABASE_URL="postgresql://postgres:postgres@localhost:5432/mydb?schema=public"`;s+=w}t.database==="sqlite"&&!t.turso&&(s.includes("TURSO_CONNECTION_URL")||(s+=`
87
- TURSO_CONNECTION_URL=http://127.0.0.1:8080`))}await A.writeFile(o,s.trim());let i=M.join(r,".env"),n="";await A.pathExists(i)&&(n=await A.readFile(i,"utf8")),n.includes("VITE_SERVER_URL")||(n+=`VITE_SERVER_URL=http://localhost:3000
88
- `),await A.writeFile(i,n.trim())}import x from"node:path";import d from"fs-extra";async function de(e,t,a,r){t.includes("todo")?await vt(e,a,r):await xt(e,a)}async function vt(e,t,a){let r=x.join(g,"template/examples/todo");if(await d.pathExists(r)){let o=x.join(r,"packages/client/src/routes"),s=x.join(e,"packages/client/src/routes");if(await d.copy(o,s,{overwrite:!0}),t!=="none"){let i=x.join(r,`packages/server/src/routers/with-${t}-todo.ts`),n=x.join(e,"packages/server/src/routers/todo.ts");await d.pathExists(i)&&await d.copy(i,n,{overwrite:!0})}await Tt(e,a)}}async function Tt(e,t){let a=x.join(e,"packages/client/src/components/header.tsx");if(await d.pathExists(a)){let r=await d.readFile(a,"utf8");t?r=r.replace(/const links = \[\s*{ to: "\/", label: "Home" },\s*{ to: "\/dashboard", label: "Dashboard" },/,`const links = [
85
+ BETTER_AUTH_URL=http://localhost:3000`)),t.database!=="none"){if(t.orm==="prisma"&&!s.includes("DATABASE_URL")){let h=t.database==="sqlite"?"":`
86
+ DATABASE_URL="postgresql://postgres:postgres@localhost:5432/mydb?schema=public"`;s+=h}t.database==="sqlite"&&!t.turso&&(s.includes("TURSO_CONNECTION_URL")||(s+=`
87
+ TURSO_CONNECTION_URL=http://127.0.0.1:8080`))}await D.writeFile(r,s.trim());let i=U.join(o,".env"),n="";await D.pathExists(i)&&(n=await D.readFile(i,"utf8")),n.includes("VITE_SERVER_URL")||(n+=`VITE_SERVER_URL=http://localhost:3000
88
+ `),await D.writeFile(i,n.trim())}import P from"node:path";import u from"fs-extra";async function me(e,t,a,o){t.includes("todo")?await vt(e,a,o):await xt(e,a)}async function vt(e,t,a){let o=P.join(f,"template/examples/todo");if(await u.pathExists(o)){let r=P.join(o,"packages/client/src/routes"),s=P.join(e,"packages/client/src/routes");if(await u.copy(r,s,{overwrite:!0}),t!=="none"){let i=P.join(o,`packages/server/src/routers/with-${t}-todo.ts`),n=P.join(e,"packages/server/src/routers/todo.ts");await u.pathExists(i)&&await u.copy(i,n,{overwrite:!0})}await Tt(e,a),await Et(e)}}async function Tt(e,t){let a=P.join(e,"packages/client/src/components/header.tsx");if(await u.pathExists(a)){let o=await u.readFile(a,"utf8");t?o=o.replace(/const links = \[\s*{ to: "\/", label: "Home" },\s*{ to: "\/dashboard", label: "Dashboard" },/,`const links = [
89
89
  { to: "/", label: "Home" },
90
90
  { to: "/dashboard", label: "Dashboard" },
91
- { to: "/todos", label: "Todos" },`):r=r.replace(/const links = \[\s*{ to: "\/", label: "Home" },/,`const links = [
91
+ { to: "/todos", label: "Todos" },`):o=o.replace(/const links = \[\s*{ to: "\/", label: "Home" },/,`const links = [
92
92
  { to: "/", label: "Home" },
93
- { to: "/todos", label: "Todos" },`),await d.writeFile(a,r)}}async function xt(e,t){if(t==="drizzle"){let r=x.join(e,"packages/server/src/db/schema/todo.ts");await d.pathExists(r)&&await d.remove(r)}else if(t==="prisma"){let r=x.join(e,"packages/server/prisma/schema/todo.prisma");await d.pathExists(r)&&await d.remove(r)}let a=x.join(e,"packages/server/src/routers/todo.ts");await d.pathExists(a)&&await d.remove(a),await $t(e)}async function $t(e){let t=x.join(e,"packages/server/src/routers/index.ts");if(await d.pathExists(t)){let a=await d.readFile(t,"utf8");a=a.replace(/import { todoRouter } from ".\/todo";/,""),a=a.replace(/todo: todoRouter,/,""),await d.writeFile(t,a)}}import{log as Et}from"@clack/prompts";import p from"picocolors";function me(e,t,a,r,o,s){let i=a==="npm"?"npm run":a,n=`cd ${t}`,w=s?.includes("husky")||s?.includes("biome"),j=e!=="none"?St(e,o,i):"",v=s?.includes("tauri")?Ot(i):"",T=w?Ct(i):"";Et.info(`${p.cyan("Project created successfully!")}
93
+ { to: "/todos", label: "Todos" },`),await u.writeFile(a,o)}}async function xt(e,t){if(t==="drizzle"){let o=P.join(e,"packages/server/src/db/schema/todo.ts");await u.pathExists(o)&&await u.remove(o)}else if(t==="prisma"){let o=P.join(e,"packages/server/prisma/schema/todo.prisma");await u.pathExists(o)&&await u.remove(o)}let a=P.join(e,"packages/server/src/routers/todo.ts");await u.pathExists(a)&&await u.remove(a),await $t(e)}async function $t(e){let t=P.join(e,"packages/server/src/routers/index.ts");if(await u.pathExists(t)){let a=await u.readFile(t,"utf8");a=a.replace(/import { todoRouter } from ".\/todo";/,""),a=a.replace(/todo: todoRouter,/,""),await u.writeFile(t,a)}}async function Et(e){let t=P.join(e,"packages/client/src/routes/index.tsx");if(await u.pathExists(t)){let a=await u.readFile(t,"utf8");a=a.replace(/<div id="buttons"><\/div>/,`<div id="buttons" className="mt-4 flex flex-col gap-4 sm:flex-row sm:items-center">
94
+ <Button asChild>
95
+ <Link to="/todos" className="flex items-center">
96
+ View Todo Demo
97
+ <ArrowRight className="ml-1 h-4 w-4" />
98
+ </Link>
99
+ </Button>
100
+ </div>`),await u.writeFile(t,a)}}import{log as Ct}from"@clack/prompts";import p from"picocolors";function fe(e,t,a,o,r,s){let i=a==="npm"?"npm run":a,n=`cd ${t}`,h=s?.includes("husky")||s?.includes("biome"),v=e!=="none"?Ot(e,r,i):"",T=s?.includes("tauri")?At(i):"",x=h?St(i):"";Ct.info(`${p.cyan("Project created successfully!")}
94
101
 
95
102
  ${p.bold("Next steps:")}
96
103
  ${p.cyan("1.")} ${n}
97
- ${r?"":`${p.cyan("2.")} ${a} install
98
- `}${p.cyan(r?"2.":"3.")} ${i} dev
104
+ ${o?"":`${p.cyan("2.")} ${a} install
105
+ `}${p.cyan(o?"2.":"3.")} ${i} dev
99
106
 
100
107
  ${p.bold("Your project will be available at:")}
101
108
  ${p.cyan("\u2022")} Frontend: http://localhost:3001
102
109
  ${p.cyan("\u2022")} API: http://localhost:3000
103
- ${j?`
104
- ${j.trim()}`:""}${v?`
110
+ ${v?`
105
111
  ${v.trim()}`:""}${T?`
106
- ${T.trim()}`:""}`)}function Ct(e){return`${p.bold("Linting and formatting:")}
112
+ ${T.trim()}`:""}${x?`
113
+ ${x.trim()}`:""}`)}function St(e){return`${p.bold("Linting and formatting:")}
107
114
  ${p.cyan("\u2022")} Format and lint fix: ${p.dim(`${e} check`)}
108
115
 
109
- `}function St(e,t,a){let r=[];return t==="prisma"?(e==="sqlite"&&r.push(`${p.yellow("NOTE:")} Turso support with Prisma is in Early Access and requires additional setup.`,`${p.dim("Learn more at: https://www.prisma.io/docs/orm/overview/databases/turso")}`),r.push(`${p.cyan("\u2022")} Apply schema: ${p.dim(`${a} db:push`)}`),r.push(`${p.cyan("\u2022")} Database UI: ${p.dim(`${a} db:studio`)}`)):t==="drizzle"&&(e==="sqlite"&&r.push(`${p.cyan("\u2022")} Start local DB: ${p.dim(`cd packages/server && ${a} db:local`)}`),r.push(`${p.cyan("\u2022")} Apply schema: ${p.dim(`${a} db:push`)}`),r.push(`${p.cyan("\u2022")} Database UI: ${p.dim(`${a} db:studio`)}`)),r.length?`${p.bold("Database commands:")}
110
- ${r.join(`
116
+ `}function Ot(e,t,a){let o=[];return t==="prisma"?(e==="sqlite"&&o.push(`${p.yellow("NOTE:")} Turso support with Prisma is in Early Access and requires additional setup.`,`${p.dim("Learn more at: https://www.prisma.io/docs/orm/overview/databases/turso")}`),o.push(`${p.cyan("\u2022")} Apply schema: ${p.dim(`${a} db:push`)}`),o.push(`${p.cyan("\u2022")} Database UI: ${p.dim(`${a} db:studio`)}`)):t==="drizzle"&&(e==="sqlite"&&o.push(`${p.cyan("\u2022")} Start local DB: ${p.dim(`cd packages/server && ${a} db:local`)}`),o.push(`${p.cyan("\u2022")} Apply schema: ${p.dim(`${a} db:push`)}`),o.push(`${p.cyan("\u2022")} Database UI: ${p.dim(`${a} db:studio`)}`)),o.length?`${p.bold("Database commands:")}
117
+ ${o.join(`
111
118
  `)}
112
119
 
113
- `:""}function Ot(e){return`${p.bold("Desktop app with Tauri:")}
120
+ `:""}function At(e){return`${p.bold("Desktop app with Tauri:")}
114
121
  ${p.cyan("\u2022")} Start desktop app: ${p.dim(`cd packages/client && ${e} desktop:dev`)}
115
122
  ${p.cyan("\u2022")} Build desktop app: ${p.dim(`cd packages/client && ${e} desktop:build`)}
116
123
  ${p.yellow("NOTE:")} Tauri requires Rust and platform-specific dependencies. See: ${p.dim("https://v2.tauri.app/start/prerequisites/")}
117
124
 
118
- `}import fe from"node:path";import{$ as At}from"execa";import I from"fs-extra";async function ge(e,t){await It(e,t),await Dt(e,t)}async function It(e,t){let a=fe.join(e,"package.json");if(await I.pathExists(a)){let r=await I.readJson(a);r.name=t.projectName,t.packageManager!=="bun"&&(r.packageManager=t.packageManager==="npm"?"npm@10.9.2":t.packageManager==="pnpm"?"pnpm@10.6.4":"bun@1.2.5"),await I.writeJson(a,r,{spaces:2})}}async function Dt(e,t){let a=fe.join(e,"packages/server/package.json");if(await I.pathExists(a)){let r=await I.readJson(a);t.database!=="none"&&(t.database==="sqlite"&&(r.scripts["db:local"]="turso dev --db-file local.db"),t.orm==="prisma"?(r.scripts["db:push"]="prisma db push --schema ./prisma/schema",r.scripts["db:studio"]="prisma studio"):t.orm==="drizzle"&&(r.scripts["db:push"]="drizzle-kit push",r.scripts["db:studio"]="drizzle-kit studio")),await I.writeJson(a,r,{spaces:2})}}async function he(e,t){t&&await At({cwd:e})`git init`}import P from"node:path";import b from"fs-extra";async function be(e){let t=P.join(g,"template/base");if(!await b.pathExists(t))throw new Error(`Template directory not found: ${t}`);await b.copy(t,e)}async function we(e,t){if(!t)return;let a=P.join(g,"template/with-auth");await b.pathExists(a)&&await b.copy(a,e,{overwrite:!0})}async function ye(e,t,a,r){if(t==="none"||a==="none")return;let o=P.join(g,zt(t,a));if(await b.pathExists(o)){await b.copy(o,e,{overwrite:!0});let s=P.join(e,"packages/server/src"),i=P.join(s,"lib"),n=P.join(s,"with-auth-lib");r?await b.pathExists(n)&&(await b.remove(i),await b.move(n,i)):await b.remove(n)}}async function Pe(e){let t=[P.join(e,"_gitignore"),P.join(e,"packages/client/_gitignore"),P.join(e,"packages/server/_gitignore")];for(let a of t)if(await b.pathExists(a)){let r=P.join(P.dirname(a),".gitignore");await b.move(a,r)}}function zt(e,t){return e==="drizzle"?t==="sqlite"?"template/with-drizzle-sqlite":"template/with-drizzle-postgres":e==="prisma"?t==="sqlite"?"template/with-prisma-sqlite":"template/with-prisma-postgres":"template/base"}async function je(e){let t=Nt(),a=Rt.resolve(process.cwd(),e.projectName);try{return await Ut.ensureDir(a),await be(a),await Pe(a),await we(a,e.auth),await ye(a,e.orm,e.database,e.auth),await de(a,e.examples,e.orm,e.auth),await le(a,e.database,e.orm,e.turso??e.database==="sqlite"),await oe(a,e.auth),await ue(a,e),await he(a,e.git),e.addons.length>0&&await Z(a,e.addons,e.packageManager),await ge(a,e),await se(a,e),me(e.database,e.projectName,e.packageManager,!e.noInstall,e.orm,e.addons),a}catch(r){throw t.message(ke.red("Failed")),r instanceof Error&&(Lt(ke.red(`Error during project creation: ${r.message}`)),process.exit(1)),r}}import{log as ve,spinner as Te}from"@clack/prompts";import{$ as V}from"execa";import _ from"picocolors";async function xe({projectDir:e,packageManager:t,addons:a=[]}){let r=Te();try{switch(r.start(`Running ${t} install...`),t){case"npm":await V({cwd:e,stderr:"inherit"})`${t} install`;break;case"pnpm":case"bun":await V({cwd:e})`${t} install`;break}r.stop("Dependencies installed successfully"),(a.includes("biome")||a.includes("husky"))&&await Mt(e,t)}catch(o){throw r.stop(_.red("Failed to install dependencies")),o instanceof Error&&ve.error(_.red(`Installation error: ${o.message}`)),o}}async function Mt(e,t){let a=Te();try{a.start("Running Biome format check..."),await V({cwd:e})`${t} biome check --write .`,a.stop("Biome check completed successfully")}catch{a.stop(_.yellow("Biome check encountered issues")),ve.warn(_.yellow("Some files may need manual formatting"))}}import{cancel as Ea,group as Ca}from"@clack/prompts";import Sa from"picocolors";import{cancel as _t,isCancel as Ft,multiselect as Bt}from"@clack/prompts";import Gt from"picocolors";async function $e(e){if(e!==void 0)return e;let t=await Bt({message:"Which Addons would you like to add?",options:[{value:"pwa",label:"PWA (Progressive Web App)",hint:"Make your app installable and work offline"},{value:"tauri",label:"Tauri Desktop App",hint:"Build native desktop apps from your web frontend"},{value:"biome",label:"Biome",hint:"Add Biome for linting and formatting"},{value:"husky",label:"Husky",hint:"Add Git hooks with Husky, lint-staged (requires Biome)"}],required:!1});return Ft(t)&&(_t(Gt.red("Operation cancelled")),process.exit(0)),t.includes("husky")&&!t.includes("biome")&&t.push("biome"),t}import{cancel as qt,confirm as Jt,isCancel as Vt}from"@clack/prompts";import Ht from"picocolors";async function Ee(e,t){if(!t)return!1;if(e!==void 0)return e;let a=await Jt({message:"Would you like to add authentication with Better-Auth?",initialValue:u.auth});return Vt(a)&&(qt(Ht.red("Operation cancelled")),process.exit(0)),a}import{cancel as Wt,isCancel as Qt,select as Kt}from"@clack/prompts";import Xt from"picocolors";async function Ce(e){if(e!==void 0)return e;let t=await Kt({message:"Which database would you like to use?",options:[{value:"none",label:"None",hint:"No database setup"},{value:"sqlite",label:"SQLite",hint:"by Turso"},{value:"postgres",label:"PostgreSQL",hint:"Traditional relational database"}],initialValue:"sqlite"});return Qt(t)&&(Wt(Xt.red("Operation cancelled")),process.exit(0)),t}import{cancel as Yt,isCancel as Zt,multiselect as ea}from"@clack/prompts";import ta from"picocolors";async function Se(e){if(e!==void 0)return e;let t=await ea({message:"Which examples would you like to include?",options:[{value:"todo",label:"Todo App",hint:"A simple CRUD example app"}],required:!1,initialValues:u.examples});return Zt(t)&&(Yt(ta.red("Operation cancelled")),process.exit(0)),t}import{cancel as aa,confirm as ra,isCancel as oa}from"@clack/prompts";import sa from"picocolors";async function Oe(e){if(e!==void 0)return e;let t=await ra({message:"Initialize a new git repository?",initialValue:u.git});return oa(t)&&(aa(sa.red("Operation cancelled")),process.exit(0)),t}import{cancel as ia,confirm as na,isCancel as ca}from"@clack/prompts";import pa from"picocolors";async function Ae(e){if(e!==void 0)return e;let t=await na({message:"Do you want to install project dependencies?",initialValue:!u.noInstall});return ca(t)&&(ia(pa.red("Operation cancelled")),process.exit(0)),!t}import{cancel as la,isCancel as ua,select as da}from"@clack/prompts";import ma from"picocolors";async function Ie(e,t){if(!t)return"none";if(e!==void 0)return e;let a=await da({message:"Which ORM would you like to use?",options:[{value:"drizzle",label:"Drizzle",hint:"Type-safe, lightweight ORM"},{value:"prisma",label:"Prisma",hint:"Powerful, feature-rich ORM with schema migrations"}],initialValue:"drizzle"});return ua(a)&&(la(ma.red("Operation cancelled")),process.exit(0)),a}import{cancel as fa,isCancel as ga,select as ha}from"@clack/prompts";import ba from"picocolors";var De=()=>{let e=process.env.npm_config_user_agent;return e?.startsWith("pnpm")?"pnpm":e?.startsWith("bun")?"bun":"npm"};async function ze(e){if(e!==void 0)return e;let t=De(),a=await ha({message:"Which package manager do you want to use?",options:[{value:"npm",label:"npm",hint:"Node Package Manager"},{value:"bun",label:"bun",hint:"All-in-one JavaScript runtime & toolkit"},{value:"pnpm",label:"pnpm",hint:"Fast, disk space efficient package manager"}],initialValue:t});return ga(a)&&(fa(ba.red("Operation cancelled")),process.exit(0)),a}import R from"node:path";import{cancel as wa,isCancel as ya,text as Pa}from"@clack/prompts";import S from"fs-extra";import ka from"picocolors";var ja=["<",">",":",'"',"|","?","*"],Re=255;function Le(e){if(e!=="."){if(!e)return"Project name cannot be empty";if(e.length>Re)return`Project name must be less than ${Re} characters`;if(ja.some(t=>e.includes(t)))return"Project name contains invalid characters";if(e.startsWith(".")||e.startsWith("-"))return"Project name cannot start with a dot or dash";if(e.toLowerCase()==="node_modules"||e.toLowerCase()==="favicon.ico")return"Project name is reserved"}}async function Ne(e){if(e)if(e==="."){let s=process.cwd();if(S.readdirSync(s).length===0)return e}else{let s=R.basename(e);if(!Le(s)){let n=R.resolve(process.cwd(),e);if(!S.pathExistsSync(n)||S.readdirSync(n).length===0)return e}}let t=!1,a="",r=u.projectName,o=1;for(;S.pathExistsSync(R.resolve(process.cwd(),r));)r=`${u.projectName}-${o}`,o++;for(;!t;){let s=await Pa({message:"Enter your project name or path (relative to current directory)",placeholder:r,initialValue:e,defaultValue:r,validate:i=>{let n=i.trim()||r;if(n==="."){if(S.readdirSync(process.cwd()).length>0)return"Current directory is not empty. Please choose a different directory.";t=!0;return}let w=R.resolve(process.cwd(),n),j=R.basename(w),v=Le(j);if(v)return v;if(!w.startsWith(process.cwd()))return"Project path must be within current directory";if(S.pathExistsSync(w)&&S.readdirSync(w).length>0)return`Directory "${n}" already exists and is not empty. Please choose a different name or path.`;t=!0}});ya(s)&&(wa(ka.red("Operation cancelled.")),process.exit(0)),a=s||r}return a}import{cancel as va,confirm as Ta,isCancel as xa}from"@clack/prompts";import $a from"picocolors";async function Ue(e){if(e!==void 0)return e;let t=await Ta({message:"Set up a Turso database for this project?",initialValue:!0});return xa(t)&&(va($a.red("Operation cancelled")),process.exit(0)),t}async function Me(e){let t=await Ca({projectName:async()=>Ne(e.projectName),database:()=>Ce(e.database),orm:({results:a})=>Ie(e.orm,a.database!=="none"),auth:({results:a})=>Ee(e.auth,a.database!=="none"),turso:({results:a})=>a.database==="sqlite"&&a.orm!=="prisma"?Ue(e.turso):Promise.resolve(!1),addons:()=>$e(e.addons),examples:()=>Se(e.examples),git:()=>Oe(e.git),packageManager:()=>ze(e.packageManager),noInstall:()=>Ae(e.noInstall)},{onCancel:()=>{Ea(Sa.red("Operation cancelled")),process.exit(0)}});return{projectName:t.projectName,database:t.database,orm:t.orm,auth:t.auth,addons:t.addons,examples:t.examples,git:t.git,packageManager:t.packageManager,noInstall:t.noInstall,turso:t.turso}}import $ from"picocolors";function H(e){let t=[];return e.projectName&&t.push(`${$.blue("Project Name:")} ${e.projectName}`),e.database&&t.push(`${$.blue("Database:")} ${e.database}`),e.orm&&t.push(`${$.blue("ORM:")} ${e.orm}`),e.auth!==void 0&&t.push(`${$.blue("Authentication:")} ${e.auth}`),e.addons?.length&&t.push(`${$.blue("Addons:")} ${e.addons.join(", ")}`),e.git!==void 0&&t.push(`${$.blue("Git Init:")} ${e.git}`),e.packageManager&&t.push(`${$.blue("Package Manager:")} ${e.packageManager}`),e.noInstall!==void 0&&t.push(`${$.blue("Skip Install:")} ${e.noInstall}`),e.turso!==void 0&&t.push(`${$.blue("Turso Setup:")} ${e.turso}`),t.join(`
119
- `)}function _e(e){let t=[];if(e.database==="none"?t.push("--no-database"):e.database==="sqlite"?t.push("--sqlite"):e.database==="postgres"&&t.push("--postgres"),e.database!=="none"&&(e.orm==="drizzle"?t.push("--drizzle"):e.orm==="prisma"&&t.push("--prisma")),e.auth?t.push("--auth"):t.push("--no-auth"),e.git?t.push("--git"):t.push("--no-git"),e.noInstall?t.push("--no-install"):t.push("--install"),e.packageManager&&t.push(`--${e.packageManager}`),e.addons.length>0)for(let s of e.addons)t.push(`--${s}`);else t.push("--no-addons");e.examples&&e.examples.length>0?t.push(`--examples ${e.examples.join(",")}`):t.push("--no-examples"),e.database==="sqlite"&&(e.turso?t.push("--turso"):t.push("--no-turso"));let a="npx create-better-t-stack",r=e.projectName?` ${e.projectName}`:"",o=t.length>0?` ${t.join(" ")}`:"";return`${a}${r}${o}`}import Oa from"node:path";import Aa from"fs-extra";var Fe=()=>{let e=Oa.join(g,"package.json");return Aa.readJSONSync(e).version??"1.0.0"};import Be from"gradient-string";var Ge=`
125
+ `}import M from"node:path";import{$ as Dt}from"execa";import C from"fs-extra";async function ge(e,t){await It(e,t),await Rt(e,t)}async function It(e,t){let a=M.join(e,"package.json");if(await C.pathExists(a)){let o=await C.readJson(a);if(o.name=t.projectName,t.packageManager!=="bun"&&(o.packageManager=t.packageManager==="npm"?"npm@10.9.2":t.packageManager==="pnpm"?"pnpm@10.6.4":"bun@1.2.5"),await C.writeJson(a,o,{spaces:2}),t.packageManager==="pnpm"){let r=M.join(f,"template/with-pnpm/pnpm-workspace.yaml"),s=M.join(e,"pnpm-workspace.yaml");await C.pathExists(r)&&await C.copy(r,s)}}}async function Rt(e,t){let a=M.join(e,"packages/server/package.json");if(await C.pathExists(a)){let o=await C.readJson(a);t.database!=="none"&&(t.database==="sqlite"&&(o.scripts["db:local"]="turso dev --db-file local.db"),t.orm==="prisma"?(o.scripts["db:push"]="prisma db push --schema ./prisma/schema",o.scripts["db:studio"]="prisma studio"):t.orm==="drizzle"&&(o.scripts["db:push"]="drizzle-kit push",o.scripts["db:studio"]="drizzle-kit studio")),await C.writeJson(a,o,{spaces:2})}}async function he(e,t){t&&await Dt({cwd:e})`git init`}import k from"node:path";import b from"fs-extra";async function we(e){let t=k.join(f,"template/base");if(!await b.pathExists(t))throw new Error(`Template directory not found: ${t}`);await b.copy(t,e)}async function be(e,t){if(!t)return;let a=k.join(f,"template/with-auth");await b.pathExists(a)&&await b.copy(a,e,{overwrite:!0})}async function ye(e,t,a,o){if(t==="none"||a==="none")return;let r=k.join(f,zt(t,a));if(await b.pathExists(r)){await b.copy(r,e,{overwrite:!0});let s=k.join(e,"packages/server/src"),i=k.join(s,"lib"),n=k.join(s,"with-auth-lib");o?await b.pathExists(n)&&(await b.remove(i),await b.move(n,i)):await b.remove(n)}}async function Pe(e){let t=[k.join(e,"_gitignore"),k.join(e,"packages/client/_gitignore"),k.join(e,"packages/server/_gitignore")];for(let a of t)if(await b.pathExists(a)){let o=k.join(k.dirname(a),".gitignore");await b.move(a,o)}}function zt(e,t){return e==="drizzle"?t==="sqlite"?"template/with-drizzle-sqlite":"template/with-drizzle-postgres":e==="prisma"?t==="sqlite"?"template/with-prisma-sqlite":"template/with-prisma-postgres":"template/base"}async function je(e){let t=Ft(),a=Lt.resolve(process.cwd(),e.projectName);try{return await Ut.ensureDir(a),await we(a),await Pe(a),await be(a,e.auth),await ye(a,e.orm,e.database,e.auth),await me(a,e.examples,e.orm,e.auth),await de(a,e.database,e.orm,e.turso??e.database==="sqlite"),await se(a,e.auth),await ue(a,e),await he(a,e.git),e.addons.length>0&&await ee(a,e.addons,e.packageManager),await ge(a,e),await ie(a,e),fe(e.database,e.projectName,e.packageManager,!e.noInstall,e.orm,e.addons),a}catch(o){throw t.message(ke.red("Failed")),o instanceof Error&&(Nt(ke.red(`Error during project creation: ${o.message}`)),process.exit(1)),o}}import{log as ve,spinner as Te}from"@clack/prompts";import{$ as H}from"execa";import _ from"picocolors";async function xe({projectDir:e,packageManager:t,addons:a=[]}){let o=Te();try{switch(o.start(`Running ${t} install...`),t){case"npm":await H({cwd:e,stderr:"inherit"})`${t} install`;break;case"pnpm":case"bun":await H({cwd:e})`${t} install`;break}o.stop("Dependencies installed successfully"),(a.includes("biome")||a.includes("husky"))&&await Mt(e,t)}catch(r){throw o.stop(_.red("Failed to install dependencies")),r instanceof Error&&ve.error(_.red(`Installation error: ${r.message}`)),r}}async function Mt(e,t){let a=Te();try{a.start("Running Biome format check..."),await H({cwd:e})`${t} biome check --write .`,a.stop("Biome check completed successfully")}catch{a.stop(_.yellow("Biome check encountered issues")),ve.warn(_.yellow("Some files may need manual formatting"))}}import{cancel as Ca,group as Sa}from"@clack/prompts";import Oa from"picocolors";import{cancel as _t,isCancel as Bt,multiselect as Gt}from"@clack/prompts";import qt from"picocolors";async function $e(e){if(e!==void 0)return e;let t=await Gt({message:"Which Addons would you like to add?",options:[{value:"pwa",label:"PWA (Progressive Web App)",hint:"Make your app installable and work offline"},{value:"tauri",label:"Tauri Desktop App",hint:"Build native desktop apps from your web frontend"},{value:"biome",label:"Biome",hint:"Add Biome for linting and formatting"},{value:"husky",label:"Husky",hint:"Add Git hooks with Husky, lint-staged (requires Biome)"}],required:!1});return Bt(t)&&(_t(qt.red("Operation cancelled")),process.exit(0)),t.includes("husky")&&!t.includes("biome")&&t.push("biome"),t}import{cancel as Jt,confirm as Vt,isCancel as Ht}from"@clack/prompts";import Wt from"picocolors";async function Ee(e,t){if(!t)return!1;if(e!==void 0)return e;let a=await Vt({message:"Would you like to add authentication with Better-Auth?",initialValue:d.auth});return Ht(a)&&(Jt(Wt.red("Operation cancelled")),process.exit(0)),a}import{cancel as Qt,isCancel as Kt,select as Xt}from"@clack/prompts";import Yt from"picocolors";async function Ce(e){if(e!==void 0)return e;let t=await Xt({message:"Which database would you like to use?",options:[{value:"none",label:"None",hint:"No database setup"},{value:"sqlite",label:"SQLite",hint:"by Turso"},{value:"postgres",label:"PostgreSQL",hint:"Traditional relational database"}],initialValue:"sqlite"});return Kt(t)&&(Qt(Yt.red("Operation cancelled")),process.exit(0)),t}import{cancel as Zt,isCancel as ea,multiselect as ta}from"@clack/prompts";import aa from"picocolors";async function Se(e,t){if(e!==void 0)return e;if(t==="none")return[];let a=await ta({message:"Which examples would you like to include?",options:[{value:"todo",label:"Todo App",hint:"A simple CRUD example app"}],required:!1,initialValues:d.examples});return ea(a)&&(Zt(aa.red("Operation cancelled")),process.exit(0)),a}import{cancel as oa,confirm as ra,isCancel as sa}from"@clack/prompts";import ia from"picocolors";async function Oe(e){if(e!==void 0)return e;let t=await ra({message:"Initialize a new git repository?",initialValue:d.git});return sa(t)&&(oa(ia.red("Operation cancelled")),process.exit(0)),t}import{cancel as na,confirm as ca,isCancel as pa}from"@clack/prompts";import la from"picocolors";async function Ae(e){if(e!==void 0)return e;let t=await ca({message:"Do you want to install project dependencies?",initialValue:!d.noInstall});return pa(t)&&(na(la.red("Operation cancelled")),process.exit(0)),!t}import{cancel as da,isCancel as ua,select as ma}from"@clack/prompts";import fa from"picocolors";async function De(e,t){if(!t)return"none";if(e!==void 0)return e;let a=await ma({message:"Which ORM would you like to use?",options:[{value:"drizzle",label:"Drizzle",hint:"Type-safe, lightweight ORM"},{value:"prisma",label:"Prisma",hint:"Powerful, feature-rich ORM with schema migrations"}],initialValue:"drizzle"});return ua(a)&&(da(fa.red("Operation cancelled")),process.exit(0)),a}import{cancel as ga,isCancel as ha,select as wa}from"@clack/prompts";import ba from"picocolors";var Ie=()=>{let e=process.env.npm_config_user_agent;return e?.startsWith("pnpm")?"pnpm":e?.startsWith("bun")?"bun":"npm"};async function Re(e){if(e!==void 0)return e;let t=Ie(),a=await wa({message:"Which package manager do you want to use?",options:[{value:"npm",label:"npm",hint:"Node Package Manager"},{value:"bun",label:"bun",hint:"All-in-one JavaScript runtime & toolkit"},{value:"pnpm",label:"pnpm",hint:"Fast, disk space efficient package manager"}],initialValue:t});return ha(a)&&(ga(ba.red("Operation cancelled")),process.exit(0)),a}import z from"node:path";import{cancel as ya,isCancel as Pa,text as ka}from"@clack/prompts";import O from"fs-extra";import ja from"picocolors";var va=["<",">",":",'"',"|","?","*"],ze=255;function Le(e){if(e!=="."){if(!e)return"Project name cannot be empty";if(e.length>ze)return`Project name must be less than ${ze} characters`;if(va.some(t=>e.includes(t)))return"Project name contains invalid characters";if(e.startsWith(".")||e.startsWith("-"))return"Project name cannot start with a dot or dash";if(e.toLowerCase()==="node_modules"||e.toLowerCase()==="favicon.ico")return"Project name is reserved"}}async function Ne(e){if(e)if(e==="."){let s=process.cwd();if(O.readdirSync(s).length===0)return e}else{let s=z.basename(e);if(!Le(s)){let n=z.resolve(process.cwd(),e);if(!O.pathExistsSync(n)||O.readdirSync(n).length===0)return e}}let t=!1,a="",o=d.projectName,r=1;for(;O.pathExistsSync(z.resolve(process.cwd(),o));)o=`${d.projectName}-${r}`,r++;for(;!t;){let s=await ka({message:"Enter your project name or path (relative to current directory)",placeholder:o,initialValue:e,defaultValue:o,validate:i=>{let n=i.trim()||o;if(n==="."){if(O.readdirSync(process.cwd()).length>0)return"Current directory is not empty. Please choose a different directory.";t=!0;return}let h=z.resolve(process.cwd(),n),v=z.basename(h),T=Le(v);if(T)return T;if(!h.startsWith(process.cwd()))return"Project path must be within current directory";if(O.pathExistsSync(h)&&O.readdirSync(h).length>0)return`Directory "${n}" already exists and is not empty. Please choose a different name or path.`;t=!0}});Pa(s)&&(ya(ja.red("Operation cancelled.")),process.exit(0)),a=s||o}return a}import{cancel as Ta,confirm as xa,isCancel as $a}from"@clack/prompts";import Ea from"picocolors";async function Fe(e){if(e!==void 0)return e;let t=await xa({message:"Set up a Turso database for this project?",initialValue:!0});return $a(t)&&(Ta(Ea.red("Operation cancelled")),process.exit(0)),t}async function Ue(e){let t=await Sa({projectName:async()=>Ne(e.projectName),database:()=>Ce(e.database),orm:({results:a})=>De(e.orm,a.database!=="none"),auth:({results:a})=>Ee(e.auth,a.database!=="none"),turso:({results:a})=>a.database==="sqlite"&&a.orm!=="prisma"?Fe(e.turso):Promise.resolve(!1),addons:()=>$e(e.addons),examples:({results:a})=>Se(e.examples,a.database),git:()=>Oe(e.git),packageManager:()=>Re(e.packageManager),noInstall:()=>Ae(e.noInstall)},{onCancel:()=>{Ca(Oa.red("Operation cancelled")),process.exit(0)}});return{projectName:t.projectName,database:t.database,orm:t.orm,auth:t.auth,addons:t.addons,examples:t.examples,git:t.git,packageManager:t.packageManager,noInstall:t.noInstall,turso:t.turso}}import E from"picocolors";function W(e){let t=[];return e.projectName&&t.push(`${E.blue("Project Name:")} ${e.projectName}`),e.database&&t.push(`${E.blue("Database:")} ${e.database}`),e.orm&&t.push(`${E.blue("ORM:")} ${e.orm}`),e.auth!==void 0&&t.push(`${E.blue("Authentication:")} ${e.auth}`),e.addons?.length&&t.push(`${E.blue("Addons:")} ${e.addons.join(", ")}`),e.git!==void 0&&t.push(`${E.blue("Git Init:")} ${e.git}`),e.packageManager&&t.push(`${E.blue("Package Manager:")} ${e.packageManager}`),e.noInstall!==void 0&&t.push(`${E.blue("Skip Install:")} ${e.noInstall}`),e.turso!==void 0&&t.push(`${E.blue("Turso Setup:")} ${e.turso}`),t.join(`
126
+ `)}function Me(e){let t=[];if(e.database==="none"?t.push("--no-database"):e.database==="sqlite"?t.push("--sqlite"):e.database==="postgres"&&t.push("--postgres"),e.database!=="none"&&(e.orm==="drizzle"?t.push("--drizzle"):e.orm==="prisma"&&t.push("--prisma")),e.auth?t.push("--auth"):t.push("--no-auth"),e.git?t.push("--git"):t.push("--no-git"),e.noInstall?t.push("--no-install"):t.push("--install"),e.packageManager&&t.push(`--${e.packageManager}`),e.addons.length>0)for(let s of e.addons)t.push(`--${s}`);else t.push("--no-addons");e.examples&&e.examples.length>0?t.push(`--examples ${e.examples.join(",")}`):t.push("--no-examples"),e.database==="sqlite"&&(e.turso?t.push("--turso"):t.push("--no-turso"));let a="npx create-better-t-stack",o=e.projectName?` ${e.projectName}`:"",r=t.length>0?` ${t.join(" ")}`:"";return`${a}${o}${r}`}import Aa from"node:path";import Da from"fs-extra";var _e=()=>{let e=Aa.join(f,"package.json");return Da.readJSONSync(e).version??"1.0.0"};import Be from"gradient-string";var Ge=`
120
127
  \u2588\u2588\u2588\u2588\u2588\u2588\u2557 \u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2557\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2557\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2557\u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2557\u2588\u2588\u2588\u2588\u2588\u2588\u2557
121
128
  \u2588\u2588\u2554\u2550\u2550\u2588\u2588\u2557\u2588\u2588\u2554\u2550\u2550\u2550\u2550\u255D\u255A\u2550\u2550\u2588\u2588\u2554\u2550\u2550\u255D\u255A\u2550\u2550\u2588\u2588\u2554\u2550\u2550\u255D\u2588\u2588\u2554\u2550\u2550\u2550\u2550\u255D\u2588\u2588\u2554\u2550\u2550\u2588\u2588\u2557
122
129
  \u2588\u2588\u2588\u2588\u2588\u2588\u2554\u255D\u2588\u2588\u2588\u2588\u2588\u2557 \u2588\u2588\u2551 \u2588\u2588\u2551 \u2588\u2588\u2588\u2588\u2588\u2557 \u2588\u2588\u2588\u2588\u2588\u2588\u2554\u255D
@@ -131,9 +138,9 @@ ${p.yellow("NOTE:")} Tauri requires Rust and platform-specific dependencies. See
131
138
  \u2588\u2588\u2551 \u2588\u2588\u2588\u2588\u2588\u2588\u2588\u2551 \u2588\u2588\u2551 \u2588\u2588\u2551 \u2588\u2588\u2551\u255A\u2588\u2588\u2588\u2588\u2588\u2588\u2557\u2588\u2588\u2551 \u2588\u2588\u2557
132
139
  \u255A\u2550\u255D \u255A\u2550\u2550\u2550\u2550\u2550\u2550\u255D \u255A\u2550\u255D \u255A\u2550\u255D \u255A\u2550\u255D \u255A\u2550\u2550\u2550\u2550\u2550\u255D\u255A\u2550\u255D \u255A\u2550\u255D
133
140
  `,qe={pink:"#F5C2E7",mauve:"#CBA6F7",red:"#F38BA8",maroon:"#E78284",peach:"#FAB387",yellow:"#F9E2AF",green:"#A6E3A1",teal:"#94E2D5",sky:"#89DCEB",sapphire:"#74C7EC",lavender:"#B4BEFE"},Je=()=>{let e=process.stdout.columns||80,t=Ge.split(`
134
- `),a=Math.max(...t.map(r=>r.length));e<a?console.log(Be(Object.values(qe)).multiline(`
141
+ `),a=Math.max(...t.map(o=>o.length));e<a?console.log(Be(Object.values(qe)).multiline(`
135
142
  \u2554\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2557
136
143
  \u2551 Better T-Stack \u2551
137
144
  \u255A\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u255D
138
- `)):console.log(Be(Object.values(qe)).multiline(Ge))};process.on("SIGINT",()=>{k.error(E.red("Operation cancelled")),process.exit(0)});var W=new La;async function Na(){W.name("create-better-t-stack").description("Create a new Better-T Stack project").version(Fe()).argument("[project-directory]","Project name/directory").option("-y, --yes","Use default configuration").option("--no-database","Skip database setup").option("--sqlite","Use SQLite database").option("--postgres","Use PostgreSQL database").option("--auth","Include authentication").option("--no-auth","Exclude authentication").option("--pwa","Include Progressive Web App support").option("--tauri","Include Tauri desktop app support").option("--biome","Include Biome for linting and formatting").option("--husky","Include Husky, lint-staged for Git hooks").option("--no-addons","Skip all additional addons").option("--examples <examples>","Include specified examples").option("--no-examples","Skip all examples").option("--git","Include git setup").option("--no-git","Skip git initialization").option("--npm","Use npm package manager").option("--pnpm","Use pnpm package manager").option("--bun","Use bun package manager").option("--drizzle","Use Drizzle ORM").option("--prisma","Use Prisma ORM (coming soon)").option("--install","Install dependencies").option("--no-install","Skip installing dependencies").option("--turso","Set up Turso for SQLite database").option("--no-turso","Skip Turso setup for SQLite database").parse();let e=Ra();try{Je(),Da(E.magenta("Creating a new Better-T-Stack project"));let t=W.opts(),a=W.args[0],r={...a&&{projectName:a},...t.database===!1&&{database:"none"},...t.sqlite&&{database:"sqlite"},...t.postgres&&{database:"postgres"},...t.drizzle&&{orm:"drizzle"},...t.prisma&&{orm:"prisma"},..."auth"in t&&{auth:t.auth},...t.npm&&{packageManager:"npm"},...t.pnpm&&{packageManager:" pnpm"},...t.bun&&{packageManager:"bun"},..."git"in t&&{git:t.git},..."install"in t&&{noInstall:!t.install},..."turso"in t&&{turso:t.turso},...(t.pwa||t.tauri||t.biome||t.husky||t.addons===!1)&&{addons:t.addons===!1?[]:[...t.pwa?["pwa"]:[],...t.tauri?["tauri"]:[],...t.biome?["biome"]:[],...t.husky?["husky"]:[]]},...(t.examples||t.examples===!1)&&{examples:t.examples===!1?[]:typeof t.examples=="string"?t.examples.split(",").filter(i=>i==="todo"):[]}};!t.yes&&Object.keys(r).length>0&&(k.info(E.yellow("Using these pre-selected options:")),k.message(H(r)),k.message(""));let o=t.yes?{...u,projectName:a??u.projectName,database:t.database===!1?"none":t.database??u.database,orm:t.database===!1?"none":t.drizzle?"drizzle":t.prisma?"prisma":u.orm,auth:t.auth??u.auth,git:t.git??u.git,noInstall:"noInstall"in t?t.noInstall:u.noInstall,packageManager:r.packageManager??u.packageManager,addons:r.addons?.length?r.addons:u.addons,examples:r.examples?.length?r.examples:u.examples,turso:"turso"in t?t.turso:r.database==="sqlite"?u.turso:!1}:await Me(r);t.yes&&(k.info(E.yellow("Using these default options:")),k.message(H(o)),k.message(""));let s=await je(o);o.noInstall||await xe({projectDir:s,packageManager:o.packageManager,addons:o.addons}),k.success(E.blue(`You can reproduce this setup with the following command:
139
- ${E.white(_e(o))}`)),za(E.magenta("Project created successfully!"))}catch(t){e.stop(E.red("Failed")),t instanceof Error&&(Ia(E.red(`An unexpected error occurred: ${t.message}`)),process.exit(1))}}Na().catch(e=>{k.error("Aborting installation..."),e instanceof Error?k.error(e.message):(k.error("An unknown error has occurred. Please open an issue on GitHub with the below:"),console.log(e)),process.exit(1)});
145
+ `)):console.log(Be(Object.values(qe)).multiline(Ge))};process.on("SIGINT",()=>{j.error($.red("Operation cancelled")),process.exit(0)});var Q=new Na;async function Fa(){let e=Date.now();Q.name("create-better-t-stack").description("Create a new Better-T Stack project").version(_e()).argument("[project-directory]","Project name/directory").option("-y, --yes","Use default configuration").option("--no-database","Skip database setup").option("--sqlite","Use SQLite database").option("--postgres","Use PostgreSQL database").option("--auth","Include authentication").option("--no-auth","Exclude authentication").option("--pwa","Include Progressive Web App support").option("--tauri","Include Tauri desktop app support").option("--biome","Include Biome for linting and formatting").option("--husky","Include Husky, lint-staged for Git hooks").option("--no-addons","Skip all additional addons").option("--examples <examples>","Include specified examples").option("--no-examples","Skip all examples").option("--git","Include git setup").option("--no-git","Skip git initialization").option("--npm","Use npm package manager").option("--pnpm","Use pnpm package manager").option("--bun","Use bun package manager").option("--drizzle","Use Drizzle ORM").option("--prisma","Use Prisma ORM (coming soon)").option("--install","Install dependencies").option("--no-install","Skip installing dependencies").option("--turso","Set up Turso for SQLite database").option("--no-turso","Skip Turso setup for SQLite database").parse();let t=La();try{Je(),Ra($.magenta("Creating a new Better-T-Stack project"));let a=Q.opts(),o=Q.args[0],r={...o&&{projectName:o},...a.database===!1&&{database:"none"},...a.sqlite&&{database:"sqlite"},...a.postgres&&{database:"postgres"},...a.drizzle&&{orm:"drizzle"},...a.prisma&&{orm:"prisma"},..."auth"in a&&{auth:a.auth},...a.npm&&{packageManager:"npm"},...a.pnpm&&{packageManager:" pnpm"},...a.bun&&{packageManager:"bun"},..."git"in a&&{git:a.git},..."install"in a&&{noInstall:!a.install},..."turso"in a&&{turso:a.turso},...(a.pwa||a.tauri||a.biome||a.husky||a.addons===!1)&&{addons:a.addons===!1?[]:[...a.pwa?["pwa"]:[],...a.tauri?["tauri"]:[],...a.biome?["biome"]:[],...a.husky?["husky"]:[]]},...(a.examples||a.examples===!1)&&{examples:a.examples===!1?[]:typeof a.examples=="string"?a.examples.split(",").filter(h=>h==="todo"):[]}};!a.yes&&Object.keys(r).length>0&&(j.info($.yellow("Using these pre-selected options:")),j.message(W(r)),j.message(""));let s=a.yes?{...d,projectName:o??d.projectName,database:a.database===!1?"none":a.database??d.database,orm:a.database===!1?"none":a.drizzle?"drizzle":a.prisma?"prisma":d.orm,auth:a.auth??d.auth,git:a.git??d.git,noInstall:"noInstall"in a?a.noInstall:d.noInstall,packageManager:r.packageManager??d.packageManager,addons:r.addons?.length?r.addons:d.addons,examples:r.examples?.length?r.examples:d.examples,turso:"turso"in a?a.turso:r.database==="sqlite"?d.turso:!1}:await Ue(r);a.yes&&(j.info($.yellow("Using these default options:")),j.message(W(s)),j.message(""));let i=await je(s);s.noInstall||await xe({projectDir:i,packageManager:s.packageManager,addons:s.addons}),j.success($.blue(`You can reproduce this setup with the following command:
146
+ ${$.white(Me(s))}`));let n=((Date.now()-e)/1e3).toFixed(2);za($.magenta(`Project created successfully in ${$.bold(n)} seconds!`))}catch(a){t.stop($.red("Failed")),a instanceof Error&&(Ia($.red(`An unexpected error occurred: ${a.message}`)),process.exit(1))}}Fa().catch(e=>{j.error("Aborting installation..."),e instanceof Error?j.error(e.message):(j.error("An unknown error has occurred. Please open an issue on GitHub with the below:"),console.log(e)),process.exit(1)});
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-better-t-stack",
3
- "version": "1.0.1",
3
+ "version": "1.0.3",
4
4
  "description": "CLI tool to scaffold Better-T Stack projects",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -67,15 +67,7 @@ function HomeComponent() {
67
67
  />
68
68
  </ul>
69
69
  </section>
70
-
71
- <div className="mt-4 flex flex-col gap-4 sm:flex-row sm:items-center">
72
- <Button asChild>
73
- <Link to="/todos" className="flex items-center">
74
- View Todo Demo
75
- <ArrowRight className="ml-1 h-4 w-4" />
76
- </Link>
77
- </Button>
78
- </div>
70
+ <div id="buttons"></div>
79
71
  </div>
80
72
  </div>
81
73
  );
@@ -0,0 +1,2 @@
1
+ packages:
2
+ - "packages/*"
@@ -1,97 +0,0 @@
1
- import { Button } from "@/components/ui/button";
2
- import { trpc } from "@/utils/trpc";
3
- import { Link, createFileRoute } from "@tanstack/react-router";
4
- import { ArrowRight } from "lucide-react";
5
-
6
- export const Route = createFileRoute("/")({
7
- component: HomeComponent,
8
- });
9
-
10
- const TITLE_TEXT = `
11
- ██████╗ ███████╗████████╗████████╗███████╗██████╗
12
- ██╔══██╗██╔════╝╚══██╔══╝╚══██╔══╝██╔════╝██╔══██╗
13
- ██████╔╝█████╗ ██║ ██║ █████╗ ██████╔╝
14
- ██╔══██╗██╔══╝ ██║ ██║ ██╔══╝ ██╔══██╗
15
- ██████╔╝███████╗ ██║ ██║ ███████╗██║ ██║
16
- ╚═════╝ ╚══════╝ ╚═╝ ╚═╝ ╚══════╝╚═╝ ╚═╝
17
-
18
- ████████╗ ███████╗████████╗ █████╗ ██████╗██╗ ██╗
19
- ╚══██╔══╝ ██╔════╝╚══██╔══╝██╔══██╗██╔════╝██║ ██╔╝
20
- ██║ ███████╗ ██║ ███████║██║ █████╔╝
21
- ██║ ╚════██║ ██║ ██╔══██║██║ ██╔═██╗
22
- ██║ ███████║ ██║ ██║ ██║╚██████╗██║ ██╗
23
- ╚═╝ ╚══════╝ ╚═╝ ╚═╝ ╚═╝ ╚═════╝╚═╝ ╚═╝
24
- `;
25
-
26
- function HomeComponent() {
27
- const healthCheck = trpc.healthCheck.useQuery();
28
-
29
- return (
30
- <div className="container mx-auto max-w-3xl px-4 py-2">
31
- <pre className="overflow-x-auto font-mono text-sm">{TITLE_TEXT}</pre>
32
- <div className="grid gap-6">
33
- <section className="rounded-lg border p-4">
34
- <h2 className="mb-2 font-medium">API Status</h2>
35
- <div className="flex items-center gap-2">
36
- <div
37
- className={`h-2 w-2 rounded-full ${healthCheck.data ? "bg-green-500" : "bg-red-500"}`}
38
- />
39
- <span className="text-sm text-muted-foreground">
40
- {healthCheck.isLoading
41
- ? "Checking..."
42
- : healthCheck.data
43
- ? "Connected"
44
- : "Disconnected"}
45
- </span>
46
- </div>
47
- </section>
48
-
49
- <section>
50
- <h2 className="mb-3 font-medium">Core Features</h2>
51
- <ul className="grid grid-cols-2 gap-3">
52
- <FeatureItem
53
- title="Type-Safe API"
54
- description="End-to-end type safety with tRPC"
55
- />
56
- <FeatureItem
57
- title="Modern React"
58
- description="TanStack Router + TanStack Query"
59
- />
60
- <FeatureItem
61
- title="Fast Backend"
62
- description="Lightweight Hono server"
63
- />
64
- <FeatureItem
65
- title="Beautiful UI"
66
- description="TailwindCSS + shadcn/ui components"
67
- />
68
- </ul>
69
- </section>
70
-
71
- <div className="mt-4 flex flex-col gap-4 sm:flex-row sm:items-center">
72
- <Button asChild>
73
- <Link to="/todos" className="flex items-center">
74
- View Todo Demo
75
- <ArrowRight className="ml-1 h-4 w-4" />
76
- </Link>
77
- </Button>
78
- </div>
79
- </div>
80
- </div>
81
- );
82
- }
83
-
84
- function FeatureItem({
85
- title,
86
- description,
87
- }: {
88
- title: string;
89
- description: string;
90
- }) {
91
- return (
92
- <li className="border-l-2 border-primary py-1 pl-3">
93
- <h3 className="font-medium">{title}</h3>
94
- <p className="text-sm text-muted-foreground">{description}</p>
95
- </li>
96
- );
97
- }