1.0.2 • Published 9 years ago

hubot-java-repl v1.0.2

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

hubot-java-repl

Hubot reads, evaluates, prints and makes you loop java expressions

See src/java-repl.coffee for full documentation.

Installation

In hubot project repo, run:

npm install hubot-java-repl --save

Then add hubot-java-repl to your external-scripts.json:

[
  "hubot-java-repl"
]

Sample Interaction

user1>> hubot java me 2+2
hubot>> java.lang.Integer res0 = 4
1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago