Skip to content

Commit 7ac9a3e

Browse files
committed
docs(readme): shorten top-level command summaries
1 parent 2e940cf commit 7ac9a3e

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 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.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
22-
- **`vp release`:** Version and publish workspace packages
23-
- **`vp create` / `vp migrate`:** Scaffold new projects and migrate existing ones
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
22+
- **`vp release`:** Publish workspace releases
23+
- **`vp create` / `vp migrate`:** Create or migrate projects
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)