Native bindings to launchctl commands
npm install launchctl
Provides native bindings to launchctl commands

- 0.8.26
- 0.10.x
- 0.11.4, 0.11.5, 0.11.6, 0.11.7, 0.11.8, 0.11.9, and 0.11.10
- Tested on OS X 10.7.5+
- Requires Xcode 4.5+
``bash`
$ npm install launchctl
`js`
var ctl = require('launchctl')
`bash`
$ npm test
- To run tests for multiple versions
WARNING: This will install n and will change your node version, so use with caution
`bash``
$ npm run test-versions
- Make API more complete
- Please feel free to fork/contribute :]