Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 months ago
JSON representation

A zsh plugin for the fast and simple Node.js version manager (`fnm`)

Awesome Lists containing this project

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.