Skip to content

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

Notifications You must be signed in to change notification settings

thoersch/hubot-java-repl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published