Skip to content

⚡ Automatically install Yarn after ndenv install

License

Notifications You must be signed in to change notification settings

pine/ndenv-yarn-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

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

⚡ Automatically install Yarn after ndenv install

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages