add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

29
pages.zh/common/ps-nvm.md Normal file
View File

@@ -0,0 +1,29 @@
# ps-nvm
> 基于 PowerShell 的工具,用于管理多个 Node.js 版本,灵感来源于 `nvm`。
> 该工具提供多个命令,所有命令只能通过 PowerShell 运行。
> 更多信息:<https://github.com/aaronpowell/ps-nvm>。
- 查看 `Get-NodeInstallLocation` 的文档,这是一个获取当前 Node.js 安装位置的工具:
`tldr get-nodeinstalllocation`
- 查看 `Get-NodeVersions` 的文档,这是一个列出所有可用和当前安装的 Node.js 版本的工具:
`tldr get-nodeversions`
- 查看 `Install-NodeVersion` 的文档,这是一个安装 Node.js 运行时版本的工具:
`tldr install-nodeversion`
- 查看 `Remove-NodeVersion` 的文档,这是一个卸载现有 Node.js 版本的工具:
`tldr remove-nodeversion`
- 查看 `Set-NodeInstallLocation` 的文档,这是一个设置 Node.js 安装位置的工具:
`tldr set-nodeinstalllocation`
- 查看 `Set-NodeVersion` 的文档,这是一个设置 Node.js 默认版本的工具:
`tldr set-nodeversion`