0.1.2 • Published 5 months ago

@blackglory/undead v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

undead

A program launcher that retries with exponential backoff when the exit code is non-zero.

Install

npm install --global @blackglory/undead
# or
yarn global add @blackglory/undead

Usage

Usage: undead [options] <commands...>

A program launcher that retries with exponential backoff when the exit code is
non-zero.

Options:
  -V, --version                  output the version number
  --base-timeout <milliseconds>  the base timeout of exponential backoff (default: "1000")
  --max-timeout <milliseconds>   the max timeout of exponential backoff (default: "Infinity")
  --factor <number>              factor (default: "2")
  --no-jitter                    use no-jitter exponential backoff
  -h, --help                     display help for command
0.1.2

5 months ago

0.1.1

1 year ago

0.1.0

1 year ago