Skip to content

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

Notifications You must be signed in to change notification settings

gasolin/webby-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published