Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)