Skip to content

Commit 9419dbd

Browse files
authored
docs: add README.md for vite_task crate (#245)
1 parent 6d80efe commit 9419dbd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

crates/vite_task/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# vite_task
2+
3+
This is the top-level library crate that orchestrates the full task lifecycle: loading the task graph, planning execution, running or replaying tasks , and reporting results.
4+
5+
It is consumed by two binaries:
6+
7+
- **[Vite+](https://github.com/voidzero-dev/vite-plus)** — the official product, where it powers `vp run`
8+
- **[`vite_task_bin`](../vite_task_bin)** — internal `vt` CLI for developing and testing this repo without the full Vite+ stack

0 commit comments

Comments
 (0)