1.0.0 • Published 7 years ago

tb-runner v1.0.0

Weekly downloads
3
License
MPL-2.0
Repository
github
Last release
7 years ago

Thunderbird Runner

Build Status Build Status

NPM NPM

Based on

Thunderbird runner is a fork of node-fx-runner, but for Thunderbird.

API

Usage: tb-runner [options] [command]

Commands:

start Start Thunderbird

Options:

-h, --help               output usage information
-V, --version            output the version number
-b, --binary <path>      Path of Thunderbird binary to use.
--binary-args <CMDARGS>  Pass additional arguments into Thunderbird.
-p, --profile <path>     Path or name of Thunderbird profile to use.
-v, --verbose            More verbose logging to stdout.
--new-instance           Use a new instance
--no-remote              Do not allow remote calls
--foreground             Bring Thunderbird to the foreground
-l, --listen <port>      Start the debugger server on a specific port.