Skip to content

Latest commit

 

History

History
 
 

nocode-invocation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

No-code example

Simple NanoBus example showing how to set up a minimal interface and invoke it from the command line.

Running

$ echo '{"name": "World!"}' | nanobus invoke bus.yaml Greeter::sayHello

Run tests

$ just test