pine / ndenv-yarn-install

:zap: Automatically install Yarn after ndenv install

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPRECATED

⚠️ ndenv has already been deprecated. Please use nodenv and nodenv-yarn-install.


ndenv-yarn-install

Automatically install Yarn after ndenv install.

Getting started

First, install this plugin in your computer.

For Bash, Zsh users

$ mkdir -p "$(ndenv root)/plugins"
$ git clone https://github.com/pine/ndenv-yarn-install.git "$(ndenv root)/plugins/ndenv-yarn-install"

For fish users

$ mkdir -p (ndenv root)"/plugins"
$ git clone https://github.com/pine/ndenv-yarn-install.git (ndenv root)"/plugins/ndenv-yarn-install"

Let's install your favorite Node v4.0.0 or later!

$ ndenv install v7.5.0
Downloading node-v7.5.0-darwin-x64.tar.gz...
-> https://nodejs.org/dist/v7.5.0/node-v7.5.0-darwin-x64.tar.gz
Installing node-v7.5.0-darwin-x64...
Installed node-v7.5.0-darwin-x64 to /Users/pine/.anyenv/envs/ndenv/versions/v7.5.0

Installing Yarn...
Installed Yarn 0.20.3

Enjoy!

Related projects

If you use nodenv, please use the following instead this.

See also

License

MIT © Pine Mizune

About

:zap: Automatically install Yarn after ndenv install

License:MIT License


Languages

Language:Shell 100.0%