Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/torifat/nnvm
nnvm a zsh plugin for auto-switching node versions based on .nvmrc using n
https://github.com/torifat/nnvm
node nvmrc zinit-plugin zsh zsh-plugin
Last synced: about 15 hours ago
JSON representation
nnvm a zsh plugin for auto-switching node versions based on .nvmrc using n
- Host: GitHub
- URL: https://github.com/torifat/nnvm
- Owner: torifat
- License: mit
- Created: 2020-03-04T15:59:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T14:32:31.000Z (over 4 years ago)
- Last Synced: 2024-04-15T02:04:42.403Z (7 months ago)
- Topics: node, nvmrc, zinit-plugin, zsh, zsh-plugin
- Language: Shell
- Size: 1.95 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nnvm
`nnvm` a zsh plugin for auto-switching node versions based on `.nvmrc` using [`n`](https://github.com/tj/n)
## Installation
_Make sure you have [`n`](https://github.com/tj/n) installed._
### Try Online
Run the following command in your shell to try `nnvm` without installing:
##### Bash and ZSH
```bash
source <(curl -Ss https://raw.githubusercontent.com/torifat/nnvm/master/nnvm.plugin.zsh)
```### Installation using a ZSH Plugin manager
### [Zinit](https://github.com/zdharma/zinit)
```zsh
zinit 'torifat/nnvm'
```### [Zgen](https://github.com/tarjoilija/zgen)
```zsh
zgen load 'torifat/nnvm'
```### [Antigen](https://github.com/zsh-users/antigen)
```zsh
antigen bundle 'torifat/nnvm'
```### Manual Installation
Download and source `nnvm.plugin.zsh` in your shell config.
## Demo
[![nnvm](https://asciinema.org/a/307427.svg)](https://asciinema.org/a/307427)