1.1.2 • Published 9 years ago

hubot-parsebot v1.1.2

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

hubot-parsebot

A Hubot script that evaluates JS or CoffeeScript from chat messages.

Installation

  • Add hubot-parsebot to your Hubot's package.json
  • Add hubot-parsebot to your Hubot's external-scripts.json
  • Run npm install

Hubot chat commands

hubot javascript me "foo" + " bar"              > "foo bar"
hubot js me (function() { return 1 + 2; })()    > 3
hubot coffeescript me 76 * 21                   > 1596
hubot coffee me (do () -> if on then 1 else 2)  > 1 

About

1.1.2

9 years ago

1.1.1

9 years ago

1.1.0

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago

0.1.0

9 years ago