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