webby-plugin
v1.2.0
Published
Hubot plugin template written with plain javascript, compatible with webbybot
Maintainers
Readme
Webby-plugin
Hubot plugin template written in plain javascript, compatible with webbybot.
Installation
- Run the
npm installcommand.
$ npm install webby-plugin- Add the following code in your
external-scripts.jsonfile.
["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 lintAdd tests in test/ folder. Run tests via
npm test