Skip to content

Commit 66ad32e

Browse files
committed
update README.md
1 parent c46c454 commit 66ad32e

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

crates/vite_install/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
# vite_install
22

3-
Provides package manager detection, version management, and command execution for JavaScript/TypeScript projects. Auto-detects package manager type and version from package.json's `packageManager` field, downloads and caches the specified version, and handles install/add/remove/update commands for pnpm/yarn/npm.
3+
- Auto-detects package manager type and version from package.json's `packageManager` field
4+
- Downloads and caches the specified version
5+
- Handles install, add, etc. commands for pnpm/yarn/npm.

crates/vite_workspace/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# vite_workspace
22

3-
Provides workspace discovery and package graph building for JavaScript/TypeScript monorepos. Finds workspace roots (pnpm-workspace.yaml, package.json with workspaces field), loads all packages, and builds a dependency graph with workspace protocol support for pnpm/npm/yarn.
3+
- Finds workspace roots (pnpm-workspace.yaml, package.json with workspaces field), loads all packages
4+
- Builds a dependency graph with workspace protocol support for pnpm/npm/yarn.

0 commit comments

Comments
 (0)