create-better-t-stack 1.0.2 → 1.0.4

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,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import{cancel as Ia,intro as za,log as j,outro as Ra,spinner as La}from"@clack/prompts";import{Command as Na}from"commander";import $ from"picocolors";import Q from"node:path";import{fileURLToPath as Ve}from"node:url";var He=Ve(import.meta.url),We=Q.dirname(He),h=Q.join(We,"../"),d={projectName:"my-better-t-app",database:"sqlite",orm:"drizzle",auth:!0,addons:[],git:!0,packageManager:"npm",noInstall:!1,examples:["todo"]},_={"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 C from"node:path";import m from"fs-extra";import Qe from"node:path";import K from"fs-extra";var f=e=>{let{dependencies:a=[],devDependencies:t=[],projectDir:o}=e,r=Qe.join(o,"package.json"),s=K.readJSONSync(r);s.dependencies||(s.dependencies={}),s.devDependencies||(s.devDependencies={});for(let i of a){let n=_[i];s.dependencies[i]=n}for(let i of t){let n=_[i];s.devDependencies[i]=n}K.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 B from"fs-extra";import X from"picocolors";async function Y(e,a){let t=Xe(),o=N.join(e,"packages/client");try{t.start("Setting up Tauri desktop app support..."),f({devDependencies:["@tauri-apps/cli"],projectDir:o});let r=N.join(o,"package.json");if(await B.pathExists(r)){let s=await B.readJson(r);s.scripts={...s.scripts,tauri:"tauri","desktop:dev":"tauri dev","desktop:build":"tauri build"},await B.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=${a} run dev`,`--before-build-command=${a} run build`],{cwd:o,env:{CI:"true"}}),t.stop("Tauri desktop app support configured successfully!")}catch(r){throw t.stop(X.red("Failed to set up Tauri")),r instanceof Error&&Ke.error(X.red(r.message)),r}}async function Z(e,a,t){a.includes("pwa")&&await tt(e),a.includes("tauri")&&await Y(e,t),a.includes("biome")&&await Ze(e),a.includes("husky")&&await et(e)}async function Ze(e){let a=C.join(h,"template/with-biome");await m.pathExists(a)&&await m.copy(a,e,{overwrite:!0}),f({devDependencies:["@biomejs/biome"],projectDir:e});let t=C.join(e,"package.json");if(await m.pathExists(t)){let o=await m.readJson(t);o.scripts={...o.scripts,check:"biome check --write ."},await m.writeJson(t,o,{spaces:2})}}async function et(e){let a=C.join(h,"template/with-husky");await m.pathExists(a)&&await m.copy(a,e,{overwrite:!0}),f({devDependencies:["husky","lint-staged"],projectDir:e});let t=C.join(e,"package.json");if(await m.pathExists(t)){let o=await m.readJson(t);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(t,o,{spaces:2})}}async function tt(e){let a=C.join(h,"template/with-pwa");await m.pathExists(a)&&await m.copy(a,e,{overwrite:!0});let t=C.join(e,"packages/client");f({dependencies:["vite-plugin-pwa"],devDependencies:["@vite-pwa/assets-generator"],projectDir:t});let o=C.join(t,"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 ee from"node:path";import{log as te}from"@clack/prompts";import ae from"picocolors";function oe(e=32){let a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",t="",o=a.length;for(let r=0;r<e;r++)t+=a.charAt(Math.floor(Math.random()*o));return t}async function re(e,a){if(!a)return;let t=ee.join(e,"packages/server"),o=ee.join(e,"packages/client");try{f({dependencies:["better-auth"],projectDir:t}),f({dependencies:["better-auth"],projectDir:o})}catch(r){throw te.error(ae.red("Failed to configure authentication")),r instanceof Error&&te.error(ae.red(r.message)),r}}import at from"node:path";import ot from"fs-extra";async function se(e,a){let t=at.join(e,"README.md"),o=rt(a);try{await ot.writeFile(t,o)}catch(r){console.error("Failed to create README.md file:",r)}}function rt(e){let{projectName:a,packageManager:t,database:o,auth:r,addons:s=[],orm:i="drizzle"}=e,n=t==="npm"?"npm run":t;return`# ${a}
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
 
@@ -12,7 +12,7 @@ ${st(o,r,s,i)}
12
12
  First, install the dependencies:
13
13
 
14
14
  \`\`\`bash
15
- ${t} install
15
+ ${a} install
16
16
  \`\`\`
17
17
 
18
18
  ${it(o,r,n,i)}
@@ -29,7 +29,7 @@ The API is running at [http://localhost:3000](http://localhost:3000).
29
29
  ## Project Structure
30
30
 
31
31
  \`\`\`
32
- ${a}/
32
+ ${t}/
33
33
  \u251C\u2500\u2500 packages/
34
34
  \u2502 \u251C\u2500\u2500 client/ # Frontend application (React, TanStack Router)
35
35
  \u2502 \u2514\u2500\u2500 server/ # Backend API (Hono, tRPC)
@@ -38,14 +38,14 @@ ${a}/
38
38
  ## Available Scripts
39
39
 
40
40
  ${nt(n,o,i,r)}
41
- `}function st(e,a,t,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`),a&&r.push("- **Authentication** - Email & password authentication with Better Auth");for(let s of t)s==="docker"&&r.push("- **Docker** - Containerized deployment");return r.join(`
42
- `)}function it(e,a,t,o){if(e==="none")return"";let r=`## Database Setup
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
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
48
- cd packages/server && ${t} db:local
48
+ 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.
@@ -54,24 +54,24 @@ cd packages/server && ${t} db:local
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
56
  `),r+=`
57
- ${a?"4":"3"}. ${o==="prisma"?`Generate the Prisma client and push the schema:
57
+ ${t?"4":"3"}. ${o==="prisma"?`Generate the Prisma client and push the schema:
58
58
  \`\`\`bash
59
- ${t} db:push
59
+ ${a} db:push
60
60
  \`\`\``:`Apply the schema to your database:
61
61
  \`\`\`bash
62
- ${t} db:push
62
+ ${a} db:push
63
63
  \`\`\``}
64
- `,r}function nt(e,a,t,o){let r=`- \`${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 a!=="none"&&(r+=`
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`,a==="sqlite"&&t==="drizzle"&&(r+=`
71
- - \`cd packages/server && ${e} db:local\`: Start the local SQLite database`)),r}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 dt}from"@clack/prompts";import{$ as y}from"execa";import ut from"fs-extra";import b 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(a){throw e.stop(b.red("Failed to log in to Turso")),a}}async function ht(e){let a=J();try{if(a.start("Installing Turso CLI..."),e)await y`brew install tursodatabase/tap/turso`;else{let{stdout:t}=await y`curl -sSfL https://get.tur.so/install.sh`;await y`bash -c '${t}'`}return a.stop("Turso CLI installed successfully!"),!0}catch(t){throw t instanceof Error&&t.message.includes("User force closed")?(a.stop(),O.warn(b.yellow("Turso CLI installation cancelled by user")),new Error("Installation cancelled")):(a.stop(b.red("Failed to install Turso CLI")),t)}}async function bt(){try{let{stdout:e}=await y`turso group list`,a=e.trim().split(`
72
- `);return a.length<=1?[]:a.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 wt(){let e=await bt();if(e.length===0)return null;if(e.length===1)return e[0].name;let a=e.map(o=>({value:o.name,label:`${o.name} (${o.locations})`})),t=await lt({message:"Select a Turso database group:",options:a});return q(t)&&(G(b.red("Operation cancelled")),process.exit(0)),t}async function yt(e,a){try{a?await y`turso db create ${e} --group ${a}`:await y`turso db create ${e}`}catch(r){throw r instanceof Error&&r.message.includes("already exists")?new Error("DATABASE_EXISTS"):r}let{stdout:t}=await y`turso db show ${e} --url`,{stdout:o}=await y`turso db tokens create ${e}`;return{dbUrl:t.trim(),authToken:o.trim()}}async function z(e,a){let t=ie.join(e,"packages/server",".env"),o=a?`TURSO_CONNECTION_URL="${a.dbUrl}"
73
- TURSO_AUTH_TOKEN="${a.authToken}"`:`TURSO_CONNECTION_URL=
74
- TURSO_AUTH_TOKEN=`;await ut.writeFile(t,o)}function F(){O.info(`Manual Turso Setup Instructions:
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
+ TURSO_AUTH_TOKEN="${t.authToken}"`:`TURSO_CONNECTION_URL=
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,29 +79,29 @@ TURSO_AUTH_TOKEN=`;await ut.writeFile(t,o)}function F(){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,a){if(!a){await z(e),O.info(b.blue("Skipping Turso setup. Setting up empty configuration.")),F();return}let t=ct.platform(),o=t==="darwin";if(!(t!=="win32")){O.warn(b.yellow("Automatic Turso setup is not supported on Windows.")),await z(e),F();return}try{if(!await mt()){let x=await pt({message:"Would you like to install Turso CLI?",initialValue:!0});if(q(x)&&(G(b.red("Operation cancelled")),process.exit(0)),!x){await z(e),F();return}await ht(o)}await ft()||await gt();let n=await wt(),g=!1,v="",T=ie.basename(e);for(;!g;){let x=await dt({message:"Enter a name for your database:",defaultValue:T,initialValue:T,placeholder:T});q(x)&&(G(b.red("Operation cancelled")),process.exit(0)),v=x;let L=J();try{L.start(`Creating Turso database "${v}"${n?` in group "${n}"`:""}...`);let I=await yt(v,n);await z(e,I),L.stop("Turso database configured successfully!"),g=!0}catch(I){if(I instanceof Error&&I.message==="DATABASE_EXISTS")L.stop(b.yellow(`Database "${b.red(v)}" already exists`)),T=`${v}-${Math.floor(Math.random()*1e3)}`;else throw L.stop(b.red("Failed to create Turso database")),I}}}catch(s){O.error(b.red(`Error during Turso setup: ${s}`)),await z(e),F(),O.success("Setup completed with manual configuration required.")}}async function le(e,a,t,o=!0){let r=kt(),s=ce.join(e,"packages/server");if(a==="none"){await jt.remove(ce.join(s,"src/db"));return}try{a==="sqlite"?(t==="drizzle"?f({dependencies:["drizzle-orm","@libsql/client"],devDependencies:["drizzle-kit"],projectDir:s}):t==="prisma"&&f({dependencies:["@prisma/client"],devDependencies:["prisma"],projectDir:s}),o&&await ne(e,!0)):a==="postgres"&&(t==="drizzle"?f({dependencies:["drizzle-orm","postgres"],devDependencies:["drizzle-kit"],projectDir:s}):t==="prisma"&&f({dependencies:["@prisma/client"],devDependencies:["prisma"],projectDir:s}))}catch(i){throw r.stop(pe.red("Failed to set up database")),i instanceof Error&&Pt.error(pe.red(i.message)),i}}import U from"node:path";import D from"fs-extra";async function de(e,a){let t=U.join(e,"packages/server"),o=U.join(e,"packages/client"),r=U.join(t,".env"),s="";if(await D.pathExists(r)&&(s=await D.readFile(r,"utf8")),s.includes("CORS_ORIGIN")||(s+=`
83
- CORS_ORIGIN=http://localhost:3001`),a.auth&&(s.includes("BETTER_AUTH_SECRET")||(s+=`
84
- BETTER_AUTH_SECRET=${oe()}`),s.includes("BETTER_AUTH_URL")||(s+=`
85
- BETTER_AUTH_URL=http://localhost:3000`)),a.database!=="none"){if(a.orm==="prisma"&&!s.includes("DATABASE_URL")){let g=a.database==="sqlite"?"":`
86
- DATABASE_URL="postgresql://postgres:postgres@localhost:5432/mydb?schema=public"`;s+=g}a.database==="sqlite"&&!a.turso&&(s.includes("TURSO_CONNECTION_URL")||(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
+ CORS_ORIGIN=http://localhost:3001`),t.auth&&(s.includes("BETTER_AUTH_SECRET")||(s+=`
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 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
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 ue(e,a,t,o){a.includes("todo")?await vt(e,t,o):await xt(e,t)}async function vt(e,a,t){let o=P.join(h,"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}),a!=="none"){let i=P.join(o,`packages/server/src/routers/with-${a}-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,t),await Et(e)}}async function Tt(e,a){let t=P.join(e,"packages/client/src/components/header.tsx");if(await u.pathExists(t)){let o=await u.readFile(t,"utf8");a?o=o.replace(/const links = \[\s*{ to: "\/", label: "Home" },\s*{ to: "\/dashboard", label: "Dashboard" },/,`const links = [
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
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 u.writeFile(t,o)}}async function xt(e,a){if(a==="drizzle"){let o=P.join(e,"packages/server/src/db/schema/todo.ts");await u.pathExists(o)&&await u.remove(o)}else if(a==="prisma"){let o=P.join(e,"packages/server/prisma/schema/todo.prisma");await u.pathExists(o)&&await u.remove(o)}let t=P.join(e,"packages/server/src/routers/todo.ts");await u.pathExists(t)&&await u.remove(t),await $t(e)}async function $t(e){let a=P.join(e,"packages/server/src/routers/index.ts");if(await u.pathExists(a)){let t=await u.readFile(a,"utf8");t=t.replace(/import { todoRouter } from ".\/todo";/,""),t=t.replace(/todo: todoRouter,/,""),await u.writeFile(a,t)}}async function Et(e){let a=P.join(e,"packages/client/src/routes/index.tsx");if(await u.pathExists(a)){let t=await u.readFile(a,"utf8");t=t.replace(/<div id="buttons"><\/div>/,`<div id="buttons" className="mt-4 flex flex-col gap-4 sm:flex-row sm:items-center">
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
94
  <Button asChild>
95
95
  <Link to="/todos" className="flex items-center">
96
96
  View Todo Demo
97
97
  <ArrowRight className="ml-1 h-4 w-4" />
98
98
  </Link>
99
99
  </Button>
100
- </div>`),await u.writeFile(a,t)}}import{log as Ct}from"@clack/prompts";import p from"picocolors";function me(e,a,t,o,r,s){let i=t==="npm"?"npm run":t,n=`cd ${a}`,g=s?.includes("husky")||s?.includes("biome"),v=e!=="none"?Ot(e,r,i):"",T=s?.includes("tauri")?Dt(i):"",x=g?St(i):"";Ct.info(`${p.cyan("Project created successfully!")}
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!")}
101
101
 
102
102
  ${p.bold("Next steps:")}
103
103
  ${p.cyan("1.")} ${n}
104
- ${o?"":`${p.cyan("2.")} ${t} install
104
+ ${o?"":`${p.cyan("2.")} ${a} install
105
105
  `}${p.cyan(o?"2.":"3.")} ${i} dev
106
106
 
107
107
  ${p.bold("Your project will be available at:")}
@@ -113,17 +113,17 @@ ${T.trim()}`:""}${x?`
113
113
  ${x.trim()}`:""}`)}function St(e){return`${p.bold("Linting and formatting:")}
114
114
  ${p.cyan("\u2022")} Format and lint fix: ${p.dim(`${e} check`)}
115
115
 
116
- `}function Ot(e,a,t){let o=[];return a==="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(`${t} db:push`)}`),o.push(`${p.cyan("\u2022")} Database UI: ${p.dim(`${t} db:studio`)}`)):a==="drizzle"&&(e==="sqlite"&&o.push(`${p.cyan("\u2022")} Start local DB: ${p.dim(`cd packages/server && ${t} db:local`)}`),o.push(`${p.cyan("\u2022")} Apply schema: ${p.dim(`${t} db:push`)}`),o.push(`${p.cyan("\u2022")} Database UI: ${p.dim(`${t} db:studio`)}`)),o.length?`${p.bold("Database commands:")}
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
117
  ${o.join(`
118
118
  `)}
119
119
 
120
- `:""}function Dt(e){return`${p.bold("Desktop app with Tauri:")}
120
+ `:""}function At(e){return`${p.bold("Desktop app with Tauri:")}
121
121
  ${p.cyan("\u2022")} Start desktop app: ${p.dim(`cd packages/client && ${e} desktop:dev`)}
122
122
  ${p.cyan("\u2022")} Build desktop app: ${p.dim(`cd packages/client && ${e} desktop:build`)}
123
123
  ${p.yellow("NOTE:")} Tauri requires Rust and platform-specific dependencies. See: ${p.dim("https://v2.tauri.app/start/prerequisites/")}
124
124
 
125
- `}import fe from"node:path";import{$ as At}from"execa";import A from"fs-extra";async function ge(e,a){await It(e,a),await zt(e,a)}async function It(e,a){let t=fe.join(e,"package.json");if(await A.pathExists(t)){let o=await A.readJson(t);o.name=a.projectName,a.packageManager!=="bun"&&(o.packageManager=a.packageManager==="npm"?"npm@10.9.2":a.packageManager==="pnpm"?"pnpm@10.6.4":"bun@1.2.5"),await A.writeJson(t,o,{spaces:2})}}async function zt(e,a){let t=fe.join(e,"packages/server/package.json");if(await A.pathExists(t)){let o=await A.readJson(t);a.database!=="none"&&(a.database==="sqlite"&&(o.scripts["db:local"]="turso dev --db-file local.db"),a.orm==="prisma"?(o.scripts["db:push"]="prisma db push --schema ./prisma/schema",o.scripts["db:studio"]="prisma studio"):a.orm==="drizzle"&&(o.scripts["db:push"]="drizzle-kit push",o.scripts["db:studio"]="drizzle-kit studio")),await A.writeJson(t,o,{spaces:2})}}async function he(e,a){a&&await At({cwd:e})`git init`}import k from"node:path";import w from"fs-extra";async function be(e){let a=k.join(h,"template/base");if(!await w.pathExists(a))throw new Error(`Template directory not found: ${a}`);await w.copy(a,e)}async function we(e,a){if(!a)return;let t=k.join(h,"template/with-auth");await w.pathExists(t)&&await w.copy(t,e,{overwrite:!0})}async function ye(e,a,t,o){if(a==="none"||t==="none")return;let r=k.join(h,Rt(a,t));if(await w.pathExists(r)){await w.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 w.pathExists(n)&&(await w.remove(i),await w.move(n,i)):await w.remove(n)}}async function Pe(e){let a=[k.join(e,"_gitignore"),k.join(e,"packages/client/_gitignore"),k.join(e,"packages/server/_gitignore")];for(let t of a)if(await w.pathExists(t)){let o=k.join(k.dirname(t),".gitignore");await w.move(t,o)}}function Rt(e,a){return e==="drizzle"?a==="sqlite"?"template/with-drizzle-sqlite":"template/with-drizzle-postgres":e==="prisma"?a==="sqlite"?"template/with-prisma-sqlite":"template/with-prisma-postgres":"template/base"}async function je(e){let a=Ft(),t=Lt.resolve(process.cwd(),e.projectName);try{return await Ut.ensureDir(t),await be(t),await Pe(t),await we(t,e.auth),await ye(t,e.orm,e.database,e.auth),await ue(t,e.examples,e.orm,e.auth),await le(t,e.database,e.orm,e.turso??e.database==="sqlite"),await re(t,e.auth),await de(t,e),await he(t,e.git),e.addons.length>0&&await Z(t,e.addons,e.packageManager),await ge(t,e),await se(t,e),me(e.database,e.projectName,e.packageManager,!e.noInstall,e.orm,e.addons),t}catch(o){throw a.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 V}from"execa";import M from"picocolors";async function xe({projectDir:e,packageManager:a,addons:t=[]}){let o=Te();try{switch(o.start(`Running ${a} install...`),a){case"npm":await V({cwd:e,stderr:"inherit"})`${a} install`;break;case"pnpm":case"bun":await V({cwd:e})`${a} install`;break}o.stop("Dependencies installed successfully"),(t.includes("biome")||t.includes("husky"))&&await Mt(e,a)}catch(r){throw o.stop(M.red("Failed to install dependencies")),r instanceof Error&&ve.error(M.red(`Installation error: ${r.message}`)),r}}async function Mt(e,a){let t=Te();try{t.start("Running Biome format check..."),await V({cwd:e})`${a} biome check --write .`,t.stop("Biome check completed successfully")}catch{t.stop(M.yellow("Biome check encountered issues")),ve.warn(M.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 a=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(a)&&(_t(qt.red("Operation cancelled")),process.exit(0)),a.includes("husky")&&!a.includes("biome")&&a.push("biome"),a}import{cancel as Jt,confirm as Vt,isCancel as Ht}from"@clack/prompts";import Wt from"picocolors";async function Ee(e,a){if(!a)return!1;if(e!==void 0)return e;let t=await Vt({message:"Would you like to add authentication with Better-Auth?",initialValue:d.auth});return Ht(t)&&(Jt(Wt.red("Operation cancelled")),process.exit(0)),t}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 a=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(a)&&(Qt(Yt.red("Operation cancelled")),process.exit(0)),a}import{cancel as Zt,isCancel as ea,multiselect as ta}from"@clack/prompts";import aa from"picocolors";async function Se(e,a){if(e!==void 0)return e;if(a==="none")return[];let t=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(t)&&(Zt(aa.red("Operation cancelled")),process.exit(0)),t}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 a=await ra({message:"Initialize a new git repository?",initialValue:d.git});return sa(a)&&(oa(ia.red("Operation cancelled")),process.exit(0)),a}import{cancel as na,confirm as ca,isCancel as pa}from"@clack/prompts";import la from"picocolors";async function De(e){if(e!==void 0)return e;let a=await ca({message:"Do you want to install project dependencies?",initialValue:!d.noInstall});return pa(a)&&(na(la.red("Operation cancelled")),process.exit(0)),!a}import{cancel as da,isCancel as ua,select as ma}from"@clack/prompts";import fa from"picocolors";async function Ae(e,a){if(!a)return"none";if(e!==void 0)return e;let t=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(t)&&(da(fa.red("Operation cancelled")),process.exit(0)),t}import{cancel as ga,isCancel as ha,select as ba}from"@clack/prompts";import wa from"picocolors";var Ie=()=>{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 a=Ie(),t=await ba({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:a});return ha(t)&&(ga(wa.red("Operation cancelled")),process.exit(0)),t}import R from"node:path";import{cancel as ya,isCancel as Pa,text as ka}from"@clack/prompts";import S from"fs-extra";import ja from"picocolors";var va=["<",">",":",'"',"|","?","*"],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(va.some(a=>e.includes(a)))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 a=!1,t="",o=d.projectName,r=1;for(;S.pathExistsSync(R.resolve(process.cwd(),o));)o=`${d.projectName}-${r}`,r++;for(;!a;){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(S.readdirSync(process.cwd()).length>0)return"Current directory is not empty. Please choose a different directory.";a=!0;return}let g=R.resolve(process.cwd(),n),v=R.basename(g),T=Le(v);if(T)return T;if(!g.startsWith(process.cwd()))return"Project path must be within current directory";if(S.pathExistsSync(g)&&S.readdirSync(g).length>0)return`Directory "${n}" already exists and is not empty. Please choose a different name or path.`;a=!0}});Pa(s)&&(ya(ja.red("Operation cancelled.")),process.exit(0)),t=s||o}return t}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 a=await xa({message:"Set up a Turso database for this project?",initialValue:!0});return $a(a)&&(Ta(Ea.red("Operation cancelled")),process.exit(0)),a}async function Ue(e){let a=await Sa({projectName:async()=>Ne(e.projectName),database:()=>Ce(e.database),orm:({results:t})=>Ae(e.orm,t.database!=="none"),auth:({results:t})=>Ee(e.auth,t.database!=="none"),turso:({results:t})=>t.database==="sqlite"&&t.orm!=="prisma"?Fe(e.turso):Promise.resolve(!1),addons:()=>$e(e.addons),examples:({results:t})=>Se(e.examples,t.database),git:()=>Oe(e.git),packageManager:()=>ze(e.packageManager),noInstall:()=>De(e.noInstall)},{onCancel:()=>{Ca(Oa.red("Operation cancelled")),process.exit(0)}});return{projectName:a.projectName,database:a.database,orm:a.orm,auth:a.auth,addons:a.addons,examples:a.examples,git:a.git,packageManager:a.packageManager,noInstall:a.noInstall,turso:a.turso}}import E from"picocolors";function H(e){let a=[];return e.projectName&&a.push(`${E.blue("Project Name:")} ${e.projectName}`),e.database&&a.push(`${E.blue("Database:")} ${e.database}`),e.orm&&a.push(`${E.blue("ORM:")} ${e.orm}`),e.auth!==void 0&&a.push(`${E.blue("Authentication:")} ${e.auth}`),e.addons?.length&&a.push(`${E.blue("Addons:")} ${e.addons.join(", ")}`),e.git!==void 0&&a.push(`${E.blue("Git Init:")} ${e.git}`),e.packageManager&&a.push(`${E.blue("Package Manager:")} ${e.packageManager}`),e.noInstall!==void 0&&a.push(`${E.blue("Skip Install:")} ${e.noInstall}`),e.turso!==void 0&&a.push(`${E.blue("Turso Setup:")} ${e.turso}`),a.join(`
126
- `)}function Me(e){let a=[];if(e.database==="none"?a.push("--no-database"):e.database==="sqlite"?a.push("--sqlite"):e.database==="postgres"&&a.push("--postgres"),e.database!=="none"&&(e.orm==="drizzle"?a.push("--drizzle"):e.orm==="prisma"&&a.push("--prisma")),e.auth?a.push("--auth"):a.push("--no-auth"),e.git?a.push("--git"):a.push("--no-git"),e.noInstall?a.push("--no-install"):a.push("--install"),e.packageManager&&a.push(`--${e.packageManager}`),e.addons.length>0)for(let s of e.addons)a.push(`--${s}`);else a.push("--no-addons");e.examples&&e.examples.length>0?a.push(`--examples ${e.examples.join(",")}`):a.push("--no-examples"),e.database==="sqlite"&&(e.turso?a.push("--turso"):a.push("--no-turso"));let t="npx create-better-t-stack",o=e.projectName?` ${e.projectName}`:"",r=a.length>0?` ${a.join(" ")}`:"";return`${t}${o}${r}`}import Da from"node:path";import Aa from"fs-extra";var _e=()=>{let e=Da.join(h,"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=`
127
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
128
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
129
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
@@ -137,10 +137,10 @@ ${p.yellow("NOTE:")} Tauri requires Rust and platform-specific dependencies. See
137
137
  \u2588\u2588\u2551 \u255A\u2550\u2550\u2550\u2550\u2588\u2588\u2551 \u2588\u2588\u2551 \u2588\u2588\u2554\u2550\u2550\u2588\u2588\u2551\u2588\u2588\u2551 \u2588\u2588\u2554\u2550\u2588\u2588\u2557
138
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
139
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
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,a=Ge.split(`
141
- `),t=Math.max(...a.map(o=>o.length));e<t?console.log(Be(Object.values(qe)).multiline(`
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(`
141
+ `),a=Math.max(...t.map(o=>o.length));e<a?console.log(Be(Object.values(qe)).multiline(`
142
142
  \u2554\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2557
143
143
  \u2551 Better T-Stack \u2551
144
144
  \u255A\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u255D
145
- `)):console.log(Be(Object.values(qe)).multiline(Ge))};process.on("SIGINT",()=>{j.error($.red("Operation cancelled")),process.exit(0)});var W=new Na;async function Fa(){let e=Date.now();W.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 a=La();try{Je(),za($.magenta("Creating a new Better-T-Stack project"));let t=W.opts(),o=W.args[0],r={...o&&{projectName:o},...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(g=>g==="todo"):[]}};!t.yes&&Object.keys(r).length>0&&(j.info($.yellow("Using these pre-selected options:")),j.message(H(r)),j.message(""));let s=t.yes?{...d,projectName:o??d.projectName,database:t.database===!1?"none":t.database??d.database,orm:t.database===!1?"none":t.drizzle?"drizzle":t.prisma?"prisma":d.orm,auth:t.auth??d.auth,git:t.git??d.git,noInstall:"noInstall"in t?t.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 t?t.turso:r.database==="sqlite"?d.turso:!1}:await Ue(r);t.yes&&(j.info($.yellow("Using these default options:")),j.message(H(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);Ra($.magenta(`Project created successfully in ${$.bold(n)} seconds!`))}catch(t){a.stop($.red("Failed")),t instanceof Error&&(Ia($.red(`An unexpected error occurred: ${t.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)});
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.2",
3
+ "version": "1.0.4",
4
4
  "description": "CLI tool to scaffold Better-T Stack projects",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -0,0 +1,2 @@
1
+ packages:
2
+ - "packages/*"
@@ -1,5 +1,6 @@
1
1
  generator client {
2
2
  provider = "prisma-client-js"
3
+ previewFeatures = ["prismaSchemaFolder"]
3
4
  }
4
5
 
5
6
  datasource db {