Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 487 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 487 Bytes

hubot-wizards-duel

This is a Hubot script that allows users to engage in one-on-one wizard's duels.

Installation

In hubot project repo, run:

npm install hubot-wizards-duel --save

Then add hubot-wizards-duel to your external-scripts.json:

[
  "hubot-wizards-duel"
]

NPM Module

https://www.npmjs.com/package/hubot-wizards-duel

Development

Scripts

  • grunt build - compiles with babel
  • grunt watch - watches for changes to source and builds