win-screenoff
v1.0.2
Published
A CLI tool for turning putting the monitor to sleep on Windows.
Maintainers
Readme
win-screenoff 
NodeJS module/CLI for putting your Windows 10 monitor to sleep through PowerShell
Install
$ npm i -g win-screenoffUsage
Through CLI:
$ screenoffAs a module:
const screenoff = require('win-screenoff')
const main = async () => {
await screenoff()
}
main()License
MIT © Joakim Hedlund
