Trell is an observable and extensible execution engine that wraps V8.
Make sure .NET is installed:
https://dotnet.microsoft.com/en-us/download
Then run this command:
dotnet tool install --global Trell
Via trell -h
:
USAGE:
trell [OPTIONS] <COMMAND>
EXAMPLES:
trell init
trell serve
trell run scheduled
trell run upload path/to/file.csv
OPTIONS:
-h, --help Prints help information
COMMANDS:
init Initialize directory with a new worker to get started with trell faster
serve Start trell as a server, accepting commands via gRPC
run <handler-fn> Runs a handler on the worker