Skip to content

Commit 512fb7f

Browse files
committed
docs(readme): limit README changes to vp release
1 parent 7ac9a3e commit 512fb7f

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ _runtime and package management, create, dev, check, test, build, pack, and mono
1111

1212
Vite+ is the unified entry point for local web development. It combines [Vite](https://vite.dev/), [Vitest](https://vitest.dev/), [Oxlint](https://oxc.rs/docs/guide/usage/linter.html), [Oxfmt](https://oxc.rs/docs/guide/usage/formatter.html), [Rolldown](https://rolldown.rs/), [tsdown](https://tsdown.dev/), and [Vite Task](https://github.com/voidzero-dev/vite-task) into one zero-config toolchain that also manages runtime and package manager workflows:
1313

14-
- **`vp env`:** Manage Node and package managers
15-
- **`vp install`:** Install project dependencies
16-
- **`vp dev`:** Start the dev server
17-
- **`vp check`:** Run format, lint, type checks
18-
- **`vp test`:** Run test suites
19-
- **`vp build`:** Build apps for production
20-
- **`vp run`:** Run cached workspace tasks
21-
- **`vp pack`:** Build libraries and binaries
14+
- **`vp env`:** Manage Node.js globally and per project
15+
- **`vp install`:** Install dependencies with automatic package manager detection
16+
- **`vp dev`:** Run Vite's fast native ESM dev server with instant HMR
17+
- **`vp check`:** Run formatting, linting, and type checks in one command
18+
- **`vp test`:** Run tests through bundled Vitest
19+
- **`vp build`:** Build applications for production with Vite + Rolldown
20+
- **`vp run`:** Execute monorepo tasks with caching and dependency-aware scheduling
21+
- **`vp pack`:** Build libraries for npm publishing or standalone app binaries
2222
- **`vp release`:** Publish workspace releases
23-
- **`vp create` / `vp migrate`:** Create or migrate projects
23+
- **`vp create` / `vp migrate`:** Scaffold new projects and migrate existing ones
2424

2525
All of this is configured from your project root and works across Vite's framework ecosystem.
2626
Vite+ is fully open-source under the MIT license.

0 commit comments

Comments
 (0)