1.2.0 • Published 8 years ago

webby-plugin v1.2.0

Weekly downloads
3
License
MIT
Repository
-
Last release
8 years ago

Webby-plugin

npm

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

Installation

  • 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.

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
1.2.0

8 years ago

1.1.0

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago