Skip to content

Node.js: Enables to search, kill and list local system processes

License

Notifications You must be signed in to change notification settings

mandrichenko/node-os-process

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js: OS process

Enables you to search, kill and list local system processes.

Support

Currently supports only Windows.

Usage

var ps = require('node-os-process');

Functions

findByName(processName, callback)

list(callback)

kill(pid, force, callback)

License

node-os-process uses the MIT license, see LICENSE file.

About

Node.js: Enables to search, kill and list local system processes

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published