kill-process-by-name
Version:
Kills all processes by a certain program
47 lines (31 loc) • 658 B
Markdown
Kill-Process-By-Name
=========
Kill all processes of a program with the programname.
Examples
=======
Kill every process with the name "electron":
```js
var killProcess = require('kill-process-by-name');
killProcess('electron');
```
You don´t have to add any file endings, typing in the name of the program is enough.
Install
=======
With [npm](https://npmjs.org) do:
```
npm install kill-process-by-name
```
License
=======
MIT
Changelog
=========
- README.md
- README.md
- Console.log