electron-installer-run

1.0.2 • Public • Published

electron-installer-run travis npm

Run child processes safely handling all sorts of edge cases.

Example

var run = require('electron-installer-run');
var args = ['--verify', process.env.APP_PATH];
run('codesign', args, function(err){
  if(err){
    console.error('codesign verification failed!');
    process.exit(1);
  }
  console.log('codesign verification succeeded!');
});

License

Apache 2.0

Readme

Keywords

none

Package Sidebar

Install

npm i electron-installer-run

Weekly Downloads

177

Version

1.0.2

License

Apache-2.0

Unpacked Size

15.9 kB

Total Files

6

Last publish

Collaborators

  • orechova
  • himanshusinghs
  • c-buckingham
  • mongo-j
  • mabaasit
  • alexander_schroll
  • chuck.kalmanek
  • mongodb-js-user
  • rueckstiess
  • durran
  • lerouxb
  • fredtruman
  • mbroadst
  • hswolff
  • satyasinha
  • matt_d_rat
  • rhysm
  • tomhollander
  • alena.khineika
  • jeff-allen-mongo
  • mmarcon
  • jonathan.balsano
  • mongodb-build
  • jack.weir
  • stennie
  • mcasimir
  • kristina.stefano
  • jarjee
  • shaketbaby
  • devtoolsbot
  • addaleax
  • gribnoysup
  • mutukrish
  • imlucas