GitHub - voidzero-dev/vite-task: Task runner for Vite+

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

Vite Task

Monorepo task runner with intelligent caching and dependency-aware scheduling, powering vp run in Vite+.

Getting Started

Install Vite+, then run tasks from your workspace. See the documentation for full usage.

vp run build              # run a task in the current package
vp run -r build           # run across all packages in dependency order
vp run -t @my/app#build   # run in a package and its transitive dependencies
vp run --cache build      # run with caching enabled

License

MIT

Copyright (c) 2026-present VoidZero Inc.