app-nap

0.2.1 • Public • Published

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.

/app-nap/

    Package Sidebar

    Install

    npm i app-nap

    Weekly Downloads

    2

    Version

    0.2.1

    License

    MIT

    Last publish

    Collaborators

    • felixrieseberg