https://github.com/wintermi/zsh-fnm
A zsh plugin for the fast and simple Node.js version manager (`fnm`)
https://github.com/wintermi/zsh-fnm
fnm node nodejs zsh zsh-plugin
Last synced: 7 months ago
JSON representation
A zsh plugin for the fast and simple Node.js version manager (`fnm`)
- Host: GitHub
- URL: https://github.com/wintermi/zsh-fnm
- Owner: wintermi
- License: apache-2.0
- Created: 2023-01-04T04:23:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-28T08:00:05.000Z (about 1 year ago)
- Last Synced: 2025-04-27T00:26:17.631Z (7 months ago)
- Topics: fnm, node, nodejs, zsh, zsh-plugin
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - fnm (wintermi) - Helper plugin for the fast and simple Node.js version manager [fnm](https://github.com/Schniz/fnm). (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - fnm (wintermi) - Helper plugin for the fast and simple Node.js version manager <b><code> 22650⭐</code></b> <b><code> 590🍴</code></b> [fnm](https://github.com/Schniz/fnm)). (Plugins / ZSH on Windows)
README
# zsh-fnm
A zsh plugin for the fast and simple Node.js version manager (`fnm`).
## Install
Using the [:zap: Zap](https://www.zapzsh.org/) minimal zsh plugin manager, add the following to your `.zshrc`
```sh
# Install plugin
plug "wintermi/zsh-fnm"
```
## Prerequisite Checks
A check will be performed to verify that `fnm` has been installed:
- [`fnm`](https://fnm.vercel.app/) - :rocket: Fast Node Manager
## License
The **zsh-fnm** plugin is released under the [Apache License 2.0](https://github.com/wintermi/zsh-fnm/blob/main/LICENSE) unless explicitly mentioned in the file header.