feat(template-generator): refresh generated README with minimal ASCII tree#27
Conversation
Expose package-manager-aware dev script text for generated README templates.
… tree Replace prose-heavy scaffold README with structure tree, scoped links, and package-manager-aware dev command output.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🦋 Changeset detectedLatest commit: d95629f The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (7)
📝 WalkthroughWalkthroughThe PR refactors the generated README template to include package-manager-aware development commands. A new ChangesREADME generation with package-manager-aware dev command
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
Replace the prose-heavy scaffold
README.mdwith a minimal, scannable layout: metadata line, conditional ASCII structure tree, scoped external links, and a package-manager-aware dev command.Problem
New projects generated by
verno createshipped a README that repeated post-create instructions (ultracite, shadcn preset changes) in long paragraphs. It was hard to scan and duplicated guidance better suited for docs.Result
apps/web, conditional workspace packages, or shallow app layout).devCommandin Handlebars context renderspnpm dev,bun dev, ornpm run devcorrectly in the Develop section.Related Issues
N/A
Checklist
Screenshots (if applicable)
N/A — generated markdown only.
Additional Notes
Split into three commits for review:
feat(template-generator): add devCommand to Handlebars contextfeat(template-generator): refresh generated README with minimal ASCII treechore: add changeset for README template refreshChangeset:
.changeset/fresh-readme-trees.mdbumps@vernostudio/template-generatorand@vernostudio/cli(patch).Made with Cursor
Summary by CodeRabbit