Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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`)
- Host: GitHub
- URL: https://github.com/wintermi/zsh-fnm
- Owner: wintermi
- License: apache-2.0
- Created: 2023-01-04T04:23:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-13T08:11:05.000Z (about 1 year ago)
- Last Synced: 2024-04-14T04:27:33.216Z (9 months ago)
- Topics: fnm, node, nodejs, zsh, zsh-plugin
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.