UNPKG

prebuild

Version:

A command line tool for easily doing prebuilds for multiple version of node/iojs on a specific platform

13 lines (10 loc) 239 B
var gyp = require('./gyp') // TODO test this function runGypInstall (opts, version, cb) { gyp({ log: opts.log, backend: opts.backend, args: ['node', 'index.js', 'install', version] }, cb) } module.exports = runGypInstall