Skip to content
/ trell Public

An observable and extensible execution engine (wrapping V8)

License

Notifications You must be signed in to change notification settings

xledger/trell

Repository files navigation

Trell

Trell is an observable and extensible execution engine that wraps V8.

Installation

Make sure .NET is installed:

https://dotnet.microsoft.com/en-us/download

Then run this command:

dotnet tool install --global Trell

Usage

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

About

An observable and extensible execution engine (wrapping V8)

Resources

License

Stars

Watchers

Forks

Packages

No packages published