Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/derekstavis/plugin-nvm

Node version manager wrapper for Fish shell
https://github.com/derekstavis/plugin-nvm

fish fish-shell node-js nvm version-manager

Last synced: about 8 hours ago
JSON representation

Node version manager wrapper for Fish shell

Awesome Lists containing this project

README

        

#### plugin-nvm
> A nvm wrapper for [Oh My Fish][omf-link].

[![MIT License](https://img.shields.io/badge/license-MIT-007EC7.svg?style=flat-square)](/LICENSE)
[![Fish Shell Version](https://img.shields.io/badge/fish-v2.2.0-007EC7.svg?style=flat-square)](http://fishshell.com)
[![Oh My Fish Framework](https://img.shields.io/badge/Oh%20My%20Fish-Framework-007EC7.svg?style=flat-square)](https://www.github.com/oh-my-fish/oh-my-fish)
[![Travis Status](https://img.shields.io/travis/derekstavis/plugin-nvm.svg?style=flat-square)](https://travis-ci.org/derekstavis/plugin-nvm)


## Install

```fish
$ omf install nvm
```
**NB** You have to install **nvm** itself separately (the [curl method](https://github.com/creationix/nvm/blob/master/README.md#install-script) works fine under Fish too).

## Usage

```fish
$ nvm --help
```

If you have a custom `$NVM_DIR`, please add the following line to your `~/.config/fish/config.fish`, replacing the path accordingly:

```fish
set -gx NVM_DIR /path/to/nvm
```

Refresh your shell and you are good to go!

```fish
refresh
```

# License

[MIT][mit] © [Derek Willian Stavis][author] et [al][contributors]

[mit]: http://opensource.org/licenses/MIT
[author]: http://github.com/derekstavis
[omf-link]: https://www.github.com/oh-my-fish/oh-my-fish
[contributors]: https://github.com/derekstavis/pkg-nvm/graphs/contributors