🚀
零配置
开箱即用,无需任何设置。只需在命令前加上 vx 即可。
每次开始新的开发项目时,我们都面临同样令人沮丧的循环:
随着 MCP(模型上下文协议)的兴起,这个问题变得更加突出。许多 MCP 服务器需要 uvx 来运行 Python 工具,需要 npx 来运行 Node.js 包。
# 不再需要学习和管理多个工具:
npx create-react-app my-app # 需要设置 Node.js
uvx ruff check . # 需要设置 Python/UV
go run main.go # 需要安装 Go
# 只需使用 vx,使用你已经熟悉的命令:
vx npx create-react-app my-app # 如果需要,自动安装 Node.js
vx uvx ruff check . # 如果需要,自动安装 UV
vx go run main.go # 如果需要,自动安装 Gocurl -fsSL https://raw.githubusercontent.com/loonghao/vx/main/install.sh | bashirm https://raw.githubusercontent.com/loonghao/vx/main/install.ps1 | iex