nvmm
v1.0.0
Published
Node Version Manager Multi
Maintainers
Readme
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 --saveuse
when we have some sh job to run, just like example below:

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.shand then, nvmm will decide which version we need and install it(if needed), use it.
