kill-process-by-name

1.0.5 • Public • Published

Kill-Process-By-Name

Kill all processes of a program with the programname.

Examples

Kill every process with the name "electron":

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 do:

npm install kill-process-by-name

License

MIT

Changelog

[1.0.1] - 2019-03-07

Added

  • README.md

[1.0.2] - 2019-03-07

Changed

  • README.md

[1.0.5] - 2019-03-07

Removed

  • Console.log

Package Sidebar

Install

npm i kill-process-by-name

Weekly Downloads

2,039

Version

1.0.5

License

MIT

Unpacked Size

2.48 kB

Total Files

4

Last publish

Collaborators

  • rwolf449