--- title: add description: Add addons or deployment to an existing project --- ## Usage ```bash bun create better-t-stack@latest add [options] ``` ```bash pnpm create better-t-stack@latest add [options] ``` ```bash npx create-better-t-stack@latest add [options] ``` ### Options - `--addons` Multiple values - `--web-deploy` One of: `workers`, `none` - `--project-dir` Path - `--install` / `--no-install` - `--package-manager` One of: `bun`, `pnpm`, `npm` See also: [Compatibility](/docs/compatibility)