1.0.0 • Published 7 years ago

power-control v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

power-control

Simple cross-platform Node.js module that provides power off and restart functionality.

Features

  • Lightweight
  • No dependencies
  • Cross-platform: Linux, macOS, Windows and FreeBSD

Install

npm install --save power-control

Usage

Note: Your application needs to be run with appropriate permissions for the commands to be successful.

var powerControl = require('power-control');

// Power off system
powerControl.powerOff();

// Restart system
powerControl.restart();

License

MIT

1.0.0

7 years ago