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 serve --config Trell.toml
    trell run file worker.js --handler cron
    trell run dir my-worker-dir --handler webhook
    trell run worker-id worker-123 --handler upload

OPTIONS:
    -h, --help    Prints help information

COMMANDS:
    serve    Start trell as a server, accepting commands via gRPC
    run      Run scripts, directories, or workers (by id)

About

An observable and extensible execution engine (wrapping V8)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •