0.2.1 • Published 8 years ago

app-nap v0.2.1

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

Disable App Nap on macOS

This Node module disables app nap for the currently running process by starting an activity.

Usage

const appNap = require('app-nap')
const reason = 'Keeping app live'

appNap.disable(reason)

License

MIT, please see LICENSE for details.

0.2.1

8 years ago

0.2.0

8 years ago