somata / somata-repl

REPL for quick hands-on testing of somata services

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:CoffeeScript 50.5%Language:JavaScript 43.4%Language:Makefile 6.1%