Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 864 Bytes

.verb.md

File metadata and controls

44 lines (28 loc) · 864 Bytes

{%= name %} {%= badge("fury") %}

{%= 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.

Install

{%= include("install-npm", {save: true}) %}

Usage

var bot = require('{%= name %}');

API

{%= apidocs("index.js") %}

Events

{%= eventDocs("lib/events.js") %}

Related projects

{%= related(verb.related.list) %}

Running tests

{%= include("tests") %}

Contributing

{%= include("contributing") %}

Author

{%= include("author") %}

License

{%= copyright() %} {%= license %}


{%= include("footer") %}