1.2.1 • Published 8 years ago

accuser v1.2.1

Weekly downloads
6
License
MIT
Repository
github
Last release
8 years ago

Accuser Build Status

Accuser is a lightweight framework that lets you write Github bots that monitor issues and pull requests and work with them.

The framework wraps around the node-github library to make it easier to monitor pull requests, assign people and write comments.

  • Issues and Pull Requests filtering
  • Accuse / Assigning PRs
  • Commenting
  • Labels

Getting Started

To use Accuser, installed Accuser to your application/project via npm:

npm install --save accuser

Future Implementation

  • Webhook / Event Implementation
  • Renaming Title

Testing

Accuser uses Mocha for unit testing. Ensure that development dependencies are installed and run the following command:

npm test

License

Code released under the MIT license.

1.2.1

8 years ago

1.2.0

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago