Skip to content

Commit

Permalink
Add fnm
Browse files Browse the repository at this point in the history
  • Loading branch information
gamtiq committed Jun 5, 2024
1 parent 1262511 commit ec722dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,7 @@
- [XAMPP](https://www.apachefriends.org) - a completely free, easy to install Apache distribution containing MariaDB, PHP, and Perl.

### Node.js version management <a name="node-manage"></a> [&#x2191;&nbsp;&#x2191;&nbsp;&#x2191;](#toc)
* [fnm (Fast Node Manager)](https://github.com/Schniz/fnm) - fast and simple Node.js version manager, built in Rust.
* [n](https://github.com/tj/n) - interactively manage your Node.js versions.
* [node package](https://www.npmjs.com/package/node) - npm package that installs a `node` binary into your project, which means you can have a local version of `node` that is different than your system's, and manage `node` as a normal dependency.
* [nodenv](https://github.com/nodenv/nodenv) - manage multiple NodeJS versions.
Expand Down
1 change: 1 addition & 0 deletions README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,7 @@

## Node.js版本管理

- [fnm (Fast Node Manager)](https://github.com/Schniz/fnm) - 快速简单的 Node.js 版本管理器,采用 Rust 构建。
- [n](https://github.com/tj/n) - 以交互方式管理您的 Node.js 版本。
- [Node包](https://www.npmjs.com/package/node) - 将二进制文件安装到项目中的 npm 包,这意味着您可以拥有与系统不同的本地版本,并作为普通依赖项进行管理。nodenodenode
- [nodenv](https://github.com/nodenv/nodenv) - 管理多个 NodeJS 版本。
Expand Down

0 comments on commit ec722dc

Please sign in to comment.