All Projects → hemanth → power-off

hemanth / power-off

Licence: MIT license
Cross OS power-off.

Programming Languages

javascript
184084 projects - #8 most used programming language

power-off

Cross OS power-off.

Install

$ npm install --save power-off

Usage

var powerOff = require('power-off');

powerOff( function (err, stderr, stdout) {
	if(!err && !stderr) {
		console.log(stdout);
	}
});

CLI

$ npm install --global power-off
$ power-off 

License

MIT © Hemanth.HM

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].