
Security News
AI Agent Lands PRs in Major OSS Projects, Targets Maintainers via Cold Outreach
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.
vite-plus-cli
Advanced tools
**The Unified Toolchain for the Web** _dev, build, test, lint, format, monorepo caching & more in a single dependency, built for scale, speed, and sanity_
The Unified Toolchain for the Web dev, build, test, lint, format, monorepo caching & more in a single dependency, built for scale, speed, and sanity
Vite+ combines Vite, Vitest, Oxlint, Oxfmt, tsdown and Rolldown as a single zero-config toolchain:
Vite+ is built to scale with your codebase while reducing your devtools to a single dependency.
Install Vite+ globally as vp:
For Linux or macOS:
curl -fsSL https://viteplus.dev/install.sh | bash
For Windows:
irm https://viteplus.dev/install.ps1 | iex
vp handles the full development lifecycle such as package management, development servers, linting, formatting, testing and building for production.
package.json scriptsVite+ automatically detects and wraps the underlying package manager such as pnpm, npm, or Yarn through the packageManager field in package.json or package manager-specific lockfiles.
Use vp create to create a new project:
vp create
You can run vp create inside of a project to add new apps or libraries to your project.
You can migrate an existing project to Vite+:
vp migrate
If you are manually migrating a project to Vite+, install these dev dependencies first:
npm install -D vite-plus @voidzero-dev/vite-plus-core@latest
You need to add overrides to your package manager for vite and vitest so that other packages depending on Vite and Vitest will use the Vite+ versions:
"overrides": {
"vite": "npm:@voidzero-dev/vite-plus-core@latest",
"vitest": "npm:@voidzero-dev/vite-plus-test@latest"
}
If you are using pnpm, add this to your pnpm-workspace.yaml:
overrides:
vite: npm:@voidzero-dev/vite-plus-core@latest
vitest: npm:@voidzero-dev/vite-plus-test@latest
Or, if you are using Yarn:
"resolutions": {
"vite": "npm:@voidzero-dev/vite-plus-core@latest",
"vitest": "npm:@voidzero-dev/vite-plus-test@latest"
}
FAQs
**The Unified Toolchain for the Web** _dev, build, test, lint, format, monorepo caching & more in a single dependency, built for scale, speed, and sanity_
The npm package vite-plus-cli receives a total of 2,585 weekly downloads. As such, vite-plus-cli popularity was classified as popular.
We found that vite-plus-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 6 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
An AI agent is merging PRs into major OSS projects and cold-emailing maintainers to drum up more work.

Research
/Security News
Chrome extension CL Suite by @CLMasters neutralizes 2FA for Facebook and Meta Business accounts while exfiltrating Business Manager contact and analytics data.

Security News
After Matplotlib rejected an AI-written PR, the agent fired back with a blog post, igniting debate over AI contributions and maintainer burden.