0.1.0 • Published 12 years ago
robo-friend v0.1.0
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-friendThen you need to add the appropriate Github repository hook. Robo-Friend can do this for you. Run:
robo-friend install config.jsIf 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 removeTo verify that the hook isn't there anymore, you can run:
robo-friend hooksWhich will log something like this:
#12345678
  active: true
  url:    http://example.com:3000/Running
robo-friend start config.jsCache
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