UNPKG

serialport-v5

Version:

fork with electron support of Node.js package to access serial ports. Linux, OSX and Windows. Welcome your robotic JavaScript overlords. Better yet, program them!

14 lines (10 loc) 276 B
"use strict"; module.exports = exports = rebuild; exports.usage = 'Runs "clean" and "install" at once'; function rebuild (gyp, argv, callback) { gyp.todo.unshift( { name: 'clean', args: [] }, { name: 'install', args: [] } ); process.nextTick(callback); }