GitXplorerGitXplorer
e

node-launchctl

public
8 stars
0 forks
2 issues

Commits

List of commits on branch master.
Unverified
4fcfa4aa42fff58f5541a02e1641404995b91734

README: update readme

committed 10 years ago
Unverified
a8cb8253b33ce3db14b5b69485c306fe4eace96f

Merge branch 'master' of github.com:evanlucas/node-launchctl

eevanlucas committed 11 years ago
Unverified
25cb5535aa36825ba6e9e2547ac9974d9d580817

Updated README

eevanlucas committed 11 years ago
Unverified
5153a2f179b9cbb5cdd8507b2e7a6ae5a4461a44

1.1.1

eevanlucas committed 11 years ago
Unverified
811dbea7c7e20f3b99f29dba2201f29924f1b09b

Add regex test for listSync

eevanlucas committed 11 years ago
Unverified
c232ccf60d4b9a8209c00094583ccdd707bf9692

Remove semicolons and clean up

eevanlucas committed 11 years ago

README

The README file for this repository.

node-launchctl

Build Status

Provides native bindings to launchctl commands

NPM

Notice

Due to the fact that the source code of launchd for OS X 10.10 is no longer available, development on this project has been stopped. If someone else is interested in maintaining it, please don't hesitate to let me know.

It has been tested with the following versions:

  • 0.8.26
  • 0.10.x
  • 0.11.13 (In preparation for 0.12.x and with the change in nan)

Dependencies

  • Tested on OS X 10.7.5 - OS X 10.9.x
  • Requires Xcode 4.5+

Install

$ npm install launchctl

Usage

var ctl = require('launchctl')

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

Documentation

TODO

  • Make API more complete

Contributions

  • Please feel free to fork/contribute :]