1.0.0 • Published 8 years ago

osx-quit v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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