node-launchctl
Provides native bindings to launchctl commands
It has been tested with the following versions:
- 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
Dependencies
- Tested on OS X 10.7.5+
- Requires Xcode 4.5+
Install
$ npm install launchctl
Usage
var ctl =
Test
$ npm test
- To run tests for multiple versions
WARNING: This will install n and will change your node version, so use with caution
$ npm run test-versions
API
TODO
- Make API more complete
Contributions
- Please feel free to fork/contribute :]