create-turbo-convex-app
v0.1.0
Published
Create a Turborepo monorepo with a Next.js app and Convex backend.
Downloads
20
Maintainers
Readme
create-turbo-convex-app
Create a Turborepo monorepo with a Next.js app and Convex backend.
bunx create-turbo-convex-app@latest my-appThe generated project uses this structure:
my-app/
apps/
web/
packages/
backend/
convex/
package.json
turbo.jsonUsage
bunx create-turbo-convex-app@latest my-appOptions:
--pm <bun|npm|pnpm|yarn> Package manager to use. Defaults to bun.
--skip-install Write files without running install.
--force Allow creating inside a non-empty directory.
--dry-run Print the target and options without writing files.
--help Show help.After creation:
cd my-app
bun run setup
bun run dev