Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/oledid-js/turn-off-display-cli

Turn off the display via command-line
https://github.com/oledid-js/turn-off-display-cli

cli display node nodejs winapi windows-api

Last synced: 1 day ago
JSON representation

Turn off the display via command-line

Awesome Lists containing this project

README

        

# turn-off-display-cli [![Build Status](https://travis-ci.org/oledid-js/turn-off-display-cli.svg?branch=master)](https://travis-ci.org/oledid-js/turn-off-display-cli) [![npm](https://img.shields.io/npm/dt/turn-off-display-cli.svg)](https://www.npmjs.com/package/turn-off-display-cli) [![npm](https://img.shields.io/npm/v/turn-off-display-cli.svg)](https://www.npmjs.com/package/turn-off-display-cli)

Turns off the computer monitor/display/screen via command-line.

## Supported operating systems

This package only supports Windows and OS X >= 10.9 for now. If you want to add support for another operating system, please submit a pull-request.

## How to install
```
npm install -g turn-off-display-cli
```

## How to use
```
turn-off-display
```

## Related
* [oledid-js/turn-off-display](https://github.com/oledid-js/turn-off-display) - API for this module

## License

[MIT](LICENSE)