vite-task

Task runner for Vite+

0
0
0
public
Forked

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 ยฉ 2026-present VoidZero Inc.

v0.3.3[beta]