fix(create): skip hooks prompt in monorepo and enable verbose for remote templates#764
Merged
fix(create): skip hooks prompt in monorepo and enable verbose for remote templates#764
Conversation
✅ Deploy Preview for viteplus-staging canceled.
|
Member
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
VP-238 vp create: make git init prompt consistent across templates
Feedback: In , the "Vite+ Monorepo" template is the only one that asks "Initialize git repository?"; other templates don't ask. This feels inconsistent.\n\nTask: Decide intended behavior and make it consistent across templates (either always ask, or never ask, but consistent).\n\nSuggested: ask regardless of template (per user feedback).\n\nAcceptance: Running with any template has the same git init prompt behavior. |
Brooooooklyn
approved these changes
Mar 10, 2026
…ote templates - Skip pre-commit hooks prompt when running `vp create` inside a monorepo, since hooks are managed at the monorepo root - Enable verbose mode by default for non-builtin templates (e.g., @tanstack/create-start, custom templates) so their interactive CLI output is visible - Skip git init prompt in monorepo template when running in silent mode
b6d25a5 to
5160c12
Compare
Member
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

vp createinside a monorepo,since hooks are managed at the monorepo root
``@tanstack/create-start, custom templates) so their interactive CLIoutput is visible
closes VP-238