Skip to content

somata/somata-repl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

REPL for quick hands-on testing of somata services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published