$ npm install --save nvm-api
- creationix/nvm for Linux and OS X
- https://github.com/creationix/nvm
- coreybutler/nvm-windows for Windows
- https://github.com/coreybutler/nvm-windows
var api = require("nvm-api");
api.load(function () {
// Everything is now cached
// See index.js for available methods :^)
});