Home

Awesome

Webby-plugin

npm

Hubot plugin template written in plain javascript, compatible with webbybot.

Installation

$ npm install webby-plugin
["webby-plugin"]

webby-template already bundled with webby-plugin. You can check it for reference.

Sample Interaction

webby> webby hello
webby> world!

Development

Run code style check via

npm run lint

Add tests in test/ folder. Run tests via

npm test