Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aooohan authored Apr 24, 2024
1 parent 7a6c88d commit 777aa98
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions profile/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 777aa98

Please sign in to comment.