0.1.4 • Published 1 year ago

kill-electron v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago