Interact with Somata services via a REPL.
The REPL extends Hashpipe with the ability to call somata service methods using this syntax:
service.method arg1 arg2 ...
$ somata-repl
#| hello.sayHello "Jack"
'Hello Jack!'
#| hello.sayGoodbye "Jack"
[ERROR] No method sayGoodbye
#|
$ npm install -g somata-repl