osx-quit

1.0.0 • Public • Published

osx-quit Build Status

Quit an application in OS X

Install

$ npm install --save osx-quit

Usage

const osxQuit = require('osx-quit');
 
osxQuit('Safari').then(() => {
    console.log('Safari quit successfully');
});

CLI

$ npm install --global osx-quit
$ osx-quit --help

  Usage
    $ osx-quit <app-name>

License

MIT © Andreas Gillström

Package Sidebar

Install

npm i osx-quit

Weekly Downloads

3

Version

1.0.0

License

MIT

Last publish

Collaborators

  • gillstrom