-
Notifications
You must be signed in to change notification settings - Fork 6.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add fnm Node.js version manager #3645
Conversation
fnm is an exciting trending Node.js version manager built in Rust & is very fast
@@ -20,6 +20,7 @@ title: Installing Node.js via package manager | |||
* [NetBSD](#netbsd) | |||
* [Nodenv](#nodenv) | |||
* [nvm](#nvm) | |||
* [fnm](#fnm) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The list is in case-insensitive alphabetical order, so this should be added after line 15 instead of here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, sorry I missed the order logic, changing 🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done ✅
## fnm | ||
|
||
Fast and simple Node.js version manager built-in Rust used to manage multiple released Node.js versions. It allows you to perform operations like install, uninstall, switch Node versions automatically based on the current directory, etc. | ||
To install fnm, use this [install script](https://github.com/Schniz/fnm#using-a-script-macoslinux). | ||
|
||
fnm has cross-platform support (macOS, Windows, Linux) & all poplar shells (Bash, Zsh, Fish, PowerShell, Windows Command Line Prompt) | ||
it's built with speed in mind and compatibility support for `.node-version` and `.nvmrc` files. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Similarly, the sections are in case-insensitive alphabetical order, so this should be added earlier in the document.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I’m on it 🙌
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done ✅
Position fnm in accordance to document sorting logic
Co-authored-by: Rich Trott <rtrott@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@nodejs/version-management PTAL |
LGTM |
A related PR for possible consideration while people are in the right mindset. I submitted a similar PR for |
fnm is an exciting trending Node.js version manager built in Rust & it is very fast
resolves Schniz/fnm#367