|
|
|
@ -1,7 +1,7 @@
@@ -1,7 +1,7 @@
|
|
|
|
|
# `fnm` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm 1.26.0 |
|
|
|
|
fnm 1.27.0 |
|
|
|
|
A fast and simple Node.js manager |
|
|
|
|
|
|
|
|
|
USAGE: |
|
|
|
@ -48,7 +48,7 @@ SUBCOMMANDS:
@@ -48,7 +48,7 @@ SUBCOMMANDS:
|
|
|
|
|
# `fnm alias` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-alias 1.26.0 |
|
|
|
|
fnm-alias 1.27.0 |
|
|
|
|
Alias a version to a common name |
|
|
|
|
|
|
|
|
|
USAGE: |
|
|
|
@ -76,7 +76,7 @@ ARGS:
@@ -76,7 +76,7 @@ ARGS:
|
|
|
|
|
# `fnm completions` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-completions 1.26.0 |
|
|
|
|
fnm-completions 1.27.0 |
|
|
|
|
Print shell completions to stdout |
|
|
|
|
|
|
|
|
|
USAGE: |
|
|
|
@ -103,7 +103,7 @@ OPTIONS:
@@ -103,7 +103,7 @@ OPTIONS:
|
|
|
|
|
# `fnm current` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-current 1.26.0 |
|
|
|
|
fnm-current 1.27.0 |
|
|
|
|
Print the current Node.js version |
|
|
|
|
|
|
|
|
|
USAGE: |
|
|
|
@ -127,7 +127,7 @@ OPTIONS:
@@ -127,7 +127,7 @@ OPTIONS:
|
|
|
|
|
# `fnm default` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-default 1.26.0 |
|
|
|
|
fnm-default 1.27.0 |
|
|
|
|
Set a version as the default version |
|
|
|
|
|
|
|
|
|
This is a shorthand for `fnm alias VERSION default` |
|
|
|
@ -166,7 +166,7 @@ ARGS:
@@ -166,7 +166,7 @@ ARGS:
|
|
|
|
|
# `fnm env` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-env 1.26.0 |
|
|
|
|
fnm-env 1.27.0 |
|
|
|
|
Print and set up required environment variables for fnm |
|
|
|
|
|
|
|
|
|
This command generates a series of shell commands that should be evaluated by your shell to create a fnm-ready |
|
|
|
@ -210,7 +210,7 @@ OPTIONS:
@@ -210,7 +210,7 @@ OPTIONS:
|
|
|
|
|
# `fnm exec` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-exec 1.26.0 |
|
|
|
|
fnm-exec 1.27.0 |
|
|
|
|
Run a command within fnm context |
|
|
|
|
|
|
|
|
|
Example: |
|
|
|
@ -261,7 +261,7 @@ ARGS:
@@ -261,7 +261,7 @@ ARGS:
|
|
|
|
|
# `fnm install` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-install 1.26.0 |
|
|
|
|
fnm-install 1.27.0 |
|
|
|
|
Install a new Node.js version |
|
|
|
|
|
|
|
|
|
USAGE: |
|
|
|
@ -289,7 +289,7 @@ ARGS:
@@ -289,7 +289,7 @@ ARGS:
|
|
|
|
|
# `fnm list` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-list 1.26.0 |
|
|
|
|
fnm-list 1.27.0 |
|
|
|
|
List all locally installed Node.js versions |
|
|
|
|
|
|
|
|
|
USAGE: |
|
|
|
@ -313,7 +313,7 @@ OPTIONS:
@@ -313,7 +313,7 @@ OPTIONS:
|
|
|
|
|
# `fnm list-remote` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-list-remote 1.26.0 |
|
|
|
|
fnm-list-remote 1.27.0 |
|
|
|
|
List all remote Node.js versions |
|
|
|
|
|
|
|
|
|
USAGE: |
|
|
|
@ -337,7 +337,7 @@ OPTIONS:
@@ -337,7 +337,7 @@ OPTIONS:
|
|
|
|
|
# `fnm unalias` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-unalias 1.26.0 |
|
|
|
|
fnm-unalias 1.27.0 |
|
|
|
|
Remove an alias definiton |
|
|
|
|
|
|
|
|
|
USAGE: |
|
|
|
@ -364,7 +364,7 @@ ARGS:
@@ -364,7 +364,7 @@ ARGS:
|
|
|
|
|
# `fnm uninstall` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-uninstall 1.26.0 |
|
|
|
|
fnm-uninstall 1.27.0 |
|
|
|
|
Uninstall a Node.js version |
|
|
|
|
|
|
|
|
|
> Warning: when providing an alias, it will remove the Node version the alias is pointing to, along with the other |
|
|
|
@ -404,7 +404,7 @@ ARGS:
@@ -404,7 +404,7 @@ ARGS:
|
|
|
|
|
# `fnm use` |
|
|
|
|
|
|
|
|
|
``` |
|
|
|
|
fnm-use 1.26.0 |
|
|
|
|
fnm-use 1.27.0 |
|
|
|
|
Change Node.js version |
|
|
|
|
|
|
|
|
|
USAGE: |
|
|
|
|