kill-electron
v0.1.4
Published
Terminate the Electron app process during development
Downloads
5
Readme
kill-electron
Terminate the Electron app process during development.
Installing
Using npm:
$ npm install kill-electronExample
Kill all processes
killElectron({
userModelId: 'your-electron-app-id'
});Only kill zombie processes
killElectron({
userModelId: 'your-electron-app-id',
zombieOnly: true
});License
MIT
