Skip to content

chore(vite-plus): 🔧 update README and scripts for unified CLI (vp)#15

Merged
baxyz merged 3 commits intomainfrom
update-vitest
Apr 5, 2026
Merged

chore(vite-plus): 🔧 update README and scripts for unified CLI (vp)#15
baxyz merged 3 commits intomainfrom
update-vitest

Conversation

@baxyz
Copy link
Copy Markdown
Contributor

@baxyz baxyz commented Apr 5, 2026

  • enhance README with detailed features and commands
  • update install script for Vite+ unified CLI installation
  • modify test script to check for vp CLI availability

Description

Please include a summary of what this PR does and why it's needed.

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update
  • Refactoring
  • Test improvement

Related Issues

Closes #(issue number)

How Has This Been Tested?

Describe the tests you ran and how to reproduce them:

  • Test A
  • Test B

Checklist

  • My code follows the code style of this project
  • I have updated the documentation accordingly
  • I have added tests for my changes
  • All new and existing tests passed locally
  • My commits follow the conventional commit format

Screenshots (if applicable)

Add screenshots for UI changes.

Additional Context

Add any other context about the PR here.

- enhance README with detailed features and commands
- update install script for Vite+ unified CLI installation
- modify test script to check for vp CLI availability
Copilot AI review requested due to automatic review settings April 5, 2026 21:14
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 5, 2026

✅ PR Validation Passed

All checks passed!


📋 Pipeline Status

Job Status
🧾 Conventional Commits passing
🧪 Feature Tests passing
🐚 ShellCheck passing

🤖 Generated by @helpers4 CI • 2026-04-05

Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the vite-plus devcontainer feature to center around the unified vp CLI, aligning docs, install behavior, and CI feature tests with the new toolchain entrypoint.

Changes:

  • Expanded vite-plus README to document vp-centric workflows and commands.
  • Reworked install.sh to install vp via the official installer, and made standalone Vite/Vitest/Oxc installs opt-in.
  • Updated the feature test to look for vp (and treat standalone CLIs as optional).

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 8 comments.

File Description
test/vite-plus/test.sh Adjusts feature validation to prefer vp and make standalone CLIs optional.
src/vite-plus/README.md Rewrites documentation around vp commands, setup, and troubleshooting.
src/vite-plus/install.sh Switches installation flow to the official vp installer; changes defaults to vp on, standalone tools off.
src/vite-plus/devcontainer-feature.json Updates defaults/descriptions to reflect vp as the primary install and bumps version.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

baxyz added 2 commits April 5, 2026 23:19
… user

- clarify installation path for Vite+ CLI in README
- modify devcontainer-feature.json description for clarity
- enhance install.sh to ensure per-user installation
- simplify test.sh to check for vp CLI availability
@baxyz baxyz merged commit ea2ea77 into main Apr 5, 2026
21 checks passed
@baxyz baxyz deleted the update-vitest branch April 5, 2026 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants