nu_scripts/modules/fnm
daniel sieradski 411496d311
Add support for fnm (#593)
* add fnm

Signed-off-by: Daniel Sieradski <daniel@self.agency>

* restore path list

---------

Signed-off-by: Daniel Sieradski <daniel@self.agency>
2023-09-08 06:18:55 -05:00
..
fnm.nu Add support for fnm (#593) 2023-09-08 06:18:55 -05:00
README.md Add support for fnm (#593) 2023-09-08 06:18:55 -05:00

Fast Node Manager (fnm)

Enables Nushell support for Fast Node Manager (fnm), a fast and simple Node.js version manager. Based on this GitHub issue and fnm-nushell.

Requires fnm to be installed separately.

Install

Clone this repo or copy the fnm.nu file wherever your prefer to keep your Nushell scripts.

Edit your Nushell config file ($nu.config-path) and add the line:

use /path/to/fnm.nu