docs(guides): add create-prisma quick start to framework guides#7787
docs(guides): add create-prisma quick start to framework guides#7787AmanVarshney01 merged 6 commits intomainfrom
Conversation
Adds a ## Quick start section at the top of each framework guide and the guides index, so users can scaffold a working project in one command with npx create-prisma@latest --template <framework>. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
WalkthroughAdded "Quick start" sections to eight framework guides and the guides index that introduce a one-command scaffolding workflow ( Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes 🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
🍈 Lychee Link Check Report80 links: ❌ Errors
Full Statistics Table
|
|
The latest updates on your projects. Learn more about Argos notifications ↗︎
|
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@apps/docs/content/docs/guides/index.mdx`:
- Around line 19-20: Update the cspell configuration to whitelist the seven
missing framework identifiers by adding "next", "hono", "svelte", "astro",
"nuxt", "tanstack-start", and "nestjs" to the words array in the cspell.json
file (ensure they are added as separate entries in the existing words list so
spellcheck no longer flags these framework names).
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
Run ID: 23e10f51-fc80-4cc3-a008-3953ef753f9f
📒 Files selected for processing (9)
apps/docs/content/docs/guides/frameworks/astro.mdxapps/docs/content/docs/guides/frameworks/elysia.mdxapps/docs/content/docs/guides/frameworks/hono.mdxapps/docs/content/docs/guides/frameworks/nestjs.mdxapps/docs/content/docs/guides/frameworks/nextjs.mdxapps/docs/content/docs/guides/frameworks/nuxt.mdxapps/docs/content/docs/guides/frameworks/sveltekit.mdxapps/docs/content/docs/guides/frameworks/tanstack-start.mdxapps/docs/content/docs/guides/index.mdx
Switches quick start code blocks from bash to npm so the docs auto-generate pnpm/yarn/bun equivalents. Updates commands to npm create prisma@latest --template <framework>. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
npm passes args before -- to itself; the -- is required for --template to reach create-prisma correctly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…e managers Bypass npm-to-yarn for `npm create X@latest` since the library strips @latest and handles the -- separator inconsistently. Now produces: - pnpm: pnpm create prisma@latest --template <x> - yarn: yarn create prisma@latest --template <x> - bun: bun create prisma@latest --template <x> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Summary
## Quick startsection to the guides index and all 8 framework guides (Next.js, Hono, SvelteKit, Astro, Nuxt, TanStack Start, NestJS, Elysia)npx create-prisma@latest --template <framework>one-liner so users can scaffold a ready-to-run project instantly--yesand--templateflagsTest plan
npx create-prisma@latest --template <framework>commands match available templates🤖 Generated with Claude Code
Summary by CodeRabbit