x-update

1.0.3 • Public • Published

x-update

How to use

var xUpdate = require('x-update');
xUpdate({
  root: __dirname,  // the root path of your project
  install: void 0  // the install command, default to be "npm install"
}).then(function() {
  process.exit(-1);   // do whatever you want
});

Readme

Keywords

Package Sidebar

Install

npm i x-update

Weekly Downloads

1

Version

1.0.3

License

MIT

Last publish

Collaborators

  • ssnau