mirror of
https://github.com/RGBCube/nu_scripts
synced 2025-08-01 06:37:46 +00:00

* add fnm Signed-off-by: Daniel Sieradski <daniel@self.agency> * restore path list --------- Signed-off-by: Daniel Sieradski <daniel@self.agency>
15 lines
539 B
Markdown
15 lines
539 B
Markdown
# Fast Node Manager (fnm)
|
|
|
|
Enables Nushell support for [Fast Node Manager (fnm)](https://github.com/Schniz/fnm), a fast and simple Node.js version manager. Based on [this GitHub issue](https://github.com/Schniz/fnm/issues/463) and [fnm-nushell](https://github.com/Southclaws/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:
|
|
|
|
```nu
|
|
use /path/to/fnm.nu
|
|
```
|