@zeldrisho/pi-vite-plus

Pi extension that guides agents to use Vite+, the unified toolchain for the web

Packages

Package details

extension

Install @zeldrisho/pi-vite-plus from npm and Pi will load the resources declared by the package manifest.

$ pi install npm:@zeldrisho/pi-vite-plus
Package
@zeldrisho/pi-vite-plus
Version
0.3.0
Published
Jul 20, 2026
Downloads
213/mo · 213/wk
Author
zeldrisho
License
MIT
Types
extension
Size
4.7 KB
Dependencies
0 dependencies · 1 peer
Pi manifest JSON
{
  "extensions": [
    "./src/index.ts"
  ]
}

Security note

Pi packages can execute code and influence agent behavior. Review the source before installing third-party packages.

README

@zeldrisho/pi-vite-plus

Pi extension that guides coding agents to use Vite+, a unified toolchain built on Vite, Rolldown, Vitest, tsdown, Oxlint, Oxfmt, and Vite Task.

Install

pi install npm:@zeldrisho/pi-vite-plus

To try it for one session without installing it:

pi -e npm:@zeldrisho/pi-vite-plus

When Pi's bash tool is active, the extension guides agents to:

  • use vp migrate when migrating existing projects;
  • use vp commands for dependency workflows;
  • prefer direct Vite+ task commands and vp run for project tasks;
  • use vp exec, vp dlx, and vp node for local binaries, one-off packages, and Node.js scripts; and
  • preserve the underlying package-manager metadata and fall back only when Vite+ is unavailable or incompatible with the required operation.

Uninstall

pi remove npm:@zeldrisho/pi-vite-plus

License

MIT