{%= description %}
The main purpose of this module is to create a starting point for registering github webhook event handlers and triggering the handlers with a payload.
The actual web server pieces of handling github webhooks are not included in this module. See related-projects for usage with web servers and other implementations.
{%= include("install-npm", {save: true}) %}
var bot = require('{%= name %}');
{%= apidocs("index.js") %}
{%= eventDocs("lib/events.js") %}
{%= related(verb.related.list) %}
{%= include("tests") %}
{%= include("contributing") %}
{%= include("author") %}
{%= copyright() %} {%= license %}
{%= include("footer") %}