Skip to content

nodenv/nodenv-update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodenv-update

A nodenv plugin that provides the nodenv update command to update nodenv as well as all installed nodenv plugins.

Installation

To install nodenv-update, clone this repository into your $(nodenv root)/plugins directory (you'll need a recent version of nodenv that supports plugin bundles).

mkdir -p "$(nodenv root)"/plugins
git clone https://github.com/nodenv/nodenv-update.git "$(nodenv root)"/plugins/nodenv-update

Usage

nodenv update

Credits

Forked from Konstantin Haase's rbenv-update by Charlie Johnson and modified for nodenv.