Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 414 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 414 Bytes

somata-repl

Interact with Somata services via a REPL.

Usage

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

#| 

Installation

$ npm install -g somata-repl