1.0.0 • Published 6 years ago

nvmm v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

nvmm(Node Version Manager Multi)

The auto node version manager tool, install, use node version which match the engines.node field in you package.

Requirements

  • nvm installed. that's it.

install

npm install nvmm --save

use

when we have some sh job to run, just like example below:

job exp

in the example, my we install package, build or test balabala. and it maybe need some arguments(we need one argument in the example,the branch)。

then,what we need to do is just run:

nvmm feature-testing task.sh

and then, nvmm will decide which version we need and install it(if needed), use it.