feat(CLI): Add non-interactive mode with template-specific CLI parameters #18025
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.
What kind of change does this PR introduce?
Does this PR introduce a breaking change?
The PR fulfills these requirements:
dev
branch (orv[X]
branch)fix: #xxx[,#xxx]
, where "xxx" is the issue number)If adding a new feature, the PR's description includes:
Other information:
Problem Statement
With the rise of AI-powered code editors and assistants (like GitHub Copilot, Cursor, Windsurf, OpenAI codex), there's a growing need for frameworks to support programmatic project creation. The current Quasar CLI's interactive-only approach creates friction when AI tools attempt to scaffold projects.
Key Benefits
Enables AI coding assistants to programmatically create Quasar projects without requiring manual user intervention, making Quasar a more attractive framework in AI-augmented development workflows.
Facilitates integration with the emerging Model Context Protocol standard, allowing AI assistants to understand and generate appropriate Quasar project structures based on user requirements.
Users can now instruct AI assistants like "Create a Quasar app with Pinia, TypeScript, and Vite" and have the AI execute the appropriate CLI commands without additional manual steps.
New developers using AI assistants can get started with Quasar more quickly as their AI tools can scaffold projects for them based on their described needs.
Positions Quasar as a framework ready for the next wave of development tooling, where AI augmentation becomes increasingly central to developer workflows.
The modular implementation makes it easy to extend for future AI integrations or API changes, ensuring Quasar remains compatible with evolving AI tool ecosystems.
This enhancement positions Quasar as a forward-thinking framework embracing the AI-assisted development paradigm, potentially increasing adoption among developers who heavily utilize these new AI coding tools.