--- title: init description: Create a new Better-T-Stack project --- ## Usage ```bash bun create better-t-stack@latest [project-directory] ``` ```bash pnpm create better-t-stack@latest [project-directory] ``` ```bash npx create-better-t-stack@latest [project-directory] ``` You can pass `.` to use the current directory. ### Skip prompts ```bash bun create better-t-stack@latest my-app --yes ``` See also: [Compatibility](/docs/compatibility)