This package has been deprecated

Author message:

project moved to mary-poppins

robo-friend

0.1.0 • Public • Published

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

Uninstall disables and removes the Github hook. You can uninstall 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

Once Robo-Friend's GitHub hook is installed, you can have it respond to PRs like this:

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. Robo-Friend is pretty good at knowing when it has a dirty cache, but you can remove this directory if you'd like to.

License

MIT

Dependencies (6)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i robo-friend

    Weekly Downloads

    0

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • btford