From 777aa9825cf2e2a8aaeffb5eeae2d2d76a32c943 Mon Sep 17 00:00:00 2001 From: Han Li Date: Wed, 24 Apr 2024 11:04:00 +0800 Subject: [PATCH] Update README.md --- profile/README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/profile/README.md b/profile/README.md index f5f55aa..f9900f2 100644 --- a/profile/README.md +++ b/profile/README.md @@ -2,20 +2,20 @@ Welcome to here! -# VersionFox +# Introduction -**`vfox` is a cross-platform tool for managing SDK versions, extendable via plugins**. It allows you to quickly install -and switch between different versions of SDKs using the command line. +**`vfox` is a cross-platform version manager(similar to `nvm`, `fvm`, `sdkman`, `asdf-vm`, etc.), extendable via plugins**. It allows you to quickly install +and switch between different environment you need via the command line. -## Why use VersionFox? +## Why use vfox? -- **cross-platform support** (Windows, Linux, macOS) -- single CLI for multiple languages +- **cross-platform support** (**Windows**, Linux, macOS) - **consistent commands** to manage all your languages -- support **Global**、**Project**、**Session** scopes when switching versions -- simple **plugin system** to add support for your language of choice +- supports **different versions for different projects, different shells, and globally**. +- simple **plugin system** to add support for your runtime of choice - **automatically switches** runtime versions as you traverse your project -- shell completion available for common shells (Bash, Zsh, Powershell) +- support for existing config files `.node-version`, `.nvmrc`, `.sdkmanrc` for easy migration +- shell completion available for common shells (Bash, ZSH, Powershell, Clink) - **it's faster than `asdf-vm`, and offers more simple commands and genuine cross-platform unification.** see [Comparison with asdf](https://vfox.lhan.me/misc/vs-asdf.html)