force-kill
v0.0.2
Published
A small node wrapper for force killing processes (not graceful)
Readme
node-force-kill
A small node wrapper for force killing processes (not graceful)
Install
npm install force-killUsage
Using force-kill is really easy:
var force_kill = require("force-kill");
force_kill("./long_running_process"); // returns true if it found & killed anythingContact
Please visit my site at http://bradjasper.com to contact me.

