GitHub - anodejs/node-wintools: Some windows tools for node.js · GitHub
Skip to content

anodejs/node-wintools

Folders and files

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

Contributors