Hubot plugin template written in plain javascript, compatible with webbybot.
- Run the
npm install
command.
$ npm install webby-plugin
- Add the following code in your
external-scripts.json
file.
["webby-plugin"]
webby-template already bundled with webby-plugin. You can check it for reference.
webby> webby hello
webby> world!
Run code style check via
npm run lint
Add tests in test/
folder. Run tests via
npm test