https://github.com/nodenv/nodenv-update
nodenv plugin for updating nodenv and all nodenv plugins
https://github.com/nodenv/nodenv-update
Last synced: 10 months ago
JSON representation
nodenv plugin for updating nodenv and all nodenv plugins
- Host: GitHub
- URL: https://github.com/nodenv/nodenv-update
- Owner: nodenv
- License: mit
- Created: 2014-08-20T08:45:47.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2023-06-16T04:47:16.000Z (almost 3 years ago)
- Last Synced: 2024-09-24T04:15:05.155Z (over 1 year ago)
- Language: Shell
- Size: 57.6 KB
- Stars: 42
- Watchers: 6
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/rkh)'s
[rbenv-update][] by
[Charlie Johnson](https://github.com/charlesbjohnson) and modified for [nodenv][].
[rbenv-update]: https://github.com/rkh/rbenv-update
[nodenv]: https://github.com/nodenv/nodenv