torifat / nnvm

nnvm a zsh plugin for auto-switching node versions based on .nvmrc using n

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nnvm

nnvm a zsh plugin for auto-switching node versions based on .nvmrc using n

Installation

Make sure you have n installed.

Try Online

Run the following command in your shell to try nnvm without installing:

Bash and ZSH
source <(curl -Ss https://raw.githubusercontent.com/torifat/nnvm/master/nnvm.plugin.zsh)

Installation using a ZSH Plugin manager

zinit 'torifat/nnvm'
zgen load 'torifat/nnvm'
antigen bundle 'torifat/nnvm'

Manual Installation

Download and source nnvm.plugin.zsh in your shell config.

Demo

nnvm

About

nnvm a zsh plugin for auto-switching node versions based on .nvmrc using n

License:MIT License


Languages

Language:Shell 100.0%