0.0.2 • Published 10 years ago

force-kill v0.0.2

Weekly downloads
2
License
-
Repository
github
Last release
10 years ago

node-force-kill

A small node wrapper for force killing processes (not graceful)

Build Status

Install

npm install force-kill

Usage

Using force-kill is really easy:

var force_kill = require("force-kill");
force_kill("./long_running_process"); // returns true if it found & killed anything

Contact

Please visit my site at http://bradjasper.com to contact me.

0.0.2

10 years ago

0.0.1

10 years ago