1.0.3 • Published 4 years ago

mubot-eval2 v1.0.3

Weekly downloads
1
License
UNLICENSED
Repository
github
Last release
4 years ago

Build Status Coverage Status

mubot-eval2

A hubot/mubot script that runs text against its live code.

See src/mubot-eval2.js for full documentation.

Installation

In hubot project repo, run:

npm install mubot-eval2 --save

Then add mubot-eval2 to your external-scripts.json:

[
  "mubot-eval2"
]

Sample Interaction

User> eval me "Hello" + " " + World + "!"
Mubot> Hello World!