Skip to content

anodejs/node-wintools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wintools - Some windows tools for node.js

npm install wintools
  • ps(callback) where callback is function(err, list) returns a list of running processes.
  • kill.pid(pid, callback) kills a process by PID.
  • kill.image(imageName, callback) kills a process by image name (e.g. node.exe).
  • shutdown.poweroff([callback]) turns of off the machine immediately.
  • shutdown.restart([callback]) rstarts the machine immediately.

License

MIT

About

Some windows tools for node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published