0.1.0 • Published 11 years ago

robo-friend v0.1.0

Weekly downloads
2
License
-
Repository
-
Last release
11 years ago

Robo-Friend

Your friendly Github PR and issue helper robot.

Config

The config file is just JavaScript. See example-config.js for an example.

Install

Install robo-friend via npm:

npm install -g robo-friend

Then you need to add the appropriate Github repository hook. Robo-Friend can do this for you. Run:

robo-friend install config.js

If you need to make changes to the config, uninstall then re-install.

Uninstall

Uninstalling turns off and removes the Github hook. You can disable it by running the following:

robo-friend remove

To verify that the hook isn't there anymore, you can run:

robo-friend hooks

Which will log something like this:

#12345678
  active: true
  url:    http://example.com:3000/

Running

robo-friend start config.js

Cache

Robo-friend caches Github repo data to reduce the number of Github calls it needs to make. This cache is stored in .cache by default. Removing this dir...

License

MIT