|
| 1 | +# Created with WinGet Releaser using komac v2.14.0 |
| 2 | +# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json |
| 3 | + |
| 4 | +PackageIdentifier: loonghao.vx |
| 5 | +PackageVersion: x-v0.6.7 |
| 6 | +PackageLocale: en-US |
| 7 | +Publisher: loonghao |
| 8 | +PublisherUrl: https://github.com/loonghao |
| 9 | +PublisherSupportUrl: https://github.com/loonghao/vx/issues |
| 10 | +PackageName: vx |
| 11 | +PackageUrl: https://github.com/loonghao/vx |
| 12 | +License: MIT |
| 13 | +LicenseUrl: https://github.com/loonghao/vx/blob/HEAD/LICENSE |
| 14 | +ShortDescription: Universal Development Tool Manager |
| 15 | +Description: vx is a universal development tool manager that automatically installs and manages development tools like Node.js, Python, Go, Rust, etc. Zero learning curve - just use familiar commands and vx handles the rest. |
| 16 | +Tags: |
| 17 | +- cli |
| 18 | +- development |
| 19 | +- go |
| 20 | +- nodejs |
| 21 | +- python |
| 22 | +- rust |
| 23 | +- tool-manager |
| 24 | +- version-manager |
| 25 | +ReleaseNotes: |- |
| 26 | + 0.6.7 (2025-12-31) |
| 27 | + Features |
| 28 | + - cli: integrate lock file with sync and install commands (a93ce06) |
| 29 | + - resolver: implement lock file mechanism (0214aa7) |
| 30 | + - vx-console: add unified console output system (fb49b97) |
| 31 | + Bug Fixes |
| 32 | + - add missing subdir field and ignore crates dead links in docs (8438853) |
| 33 | + - awscli: correct Linux executable path to aws/dist/aws (5d1f84a) |
| 34 | + - cli: move error_str into windows-only cfg block (0892cd4) |
| 35 | + - extension: add missing subdir field to RemoteSource tests (6aa9da1) |
| 36 | + Documentation |
| 37 | + - rfc: add design limitations and future improvements analysis (a6b75da) |
| 38 | + - rfc: add mainstream Rust CLI survey (Cargo, uv, ripgrep) to RFC 0009 (5556a63) |
| 39 | + - rfc: add RFC 0009 unified console output system (vx-console) (9450f6d) |
| 40 | + - rfc: integrate vx-migration framework and RuntimeMap dependency ordering (eb447fa) |
| 41 | + Installation |
| 42 | + Quick Install (Recommended) |
| 43 | + Linux/macOS: |
| 44 | + curl -fsSL https://raw.githubusercontent.com/loonghao/vx/main/install.sh | bash |
| 45 | + Windows (PowerShell): |
| 46 | + irm https://raw.githubusercontent.com/loonghao/vx/main/install.ps1 | iex |
| 47 | + Manual Download |
| 48 | + Download the appropriate binary for your platform from the assets below. |
| 49 | +ReleaseNotesUrl: https://github.com/loonghao/vx/releases/tag/vx-v0.6.7 |
| 50 | +ManifestType: defaultLocale |
| 51 | +ManifestVersion: 1.10.0 |
0 commit comments