Skip to content

kokororin/kill-electron

Repository files navigation

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