force-kill

0.0.2 • Public • Published

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.

/force-kill/

    Package Sidebar

    Install

    npm i force-kill

    Weekly Downloads

    1

    Version

    0.0.2

    License

    none

    Last publish

    Collaborators

    • bradjasper