官方地址:https://github.com/schniz/fnm
fnm
- 跨平台支持(macOS、Windows、Linux)
- 单文件,安装方便,即时启动
- 以速度为导向-速度最快,没有之一
使用
- windows
winget install Schniz.fnm
@echo off
:: for /F will launch a new instance of cmd so we create a guard to prevent an infnite loop
if not defined FNM_AUTORUN_GUARD (
set "FNM_AUTORUN_GUARD=AutorunGuard"
FOR /f "tokens=*" %%z IN ('fnm env --use-on-cd') DO CALL %%z
)
强烈推荐|´・ω・)ノ