Skip to content

An intelligent task runner written in Typescript.

Notifications You must be signed in to change notification settings

flybywiresim/igniter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

61b299a Β· Nov 15, 2024

History

17 Commits
Feb 16, 2021
Nov 15, 2024
Feb 16, 2021
Feb 16, 2021
Feb 16, 2021
Feb 16, 2021
Feb 16, 2021
Feb 19, 2021
Feb 16, 2021
Nov 15, 2024
Nov 15, 2024
Nov 15, 2024
Feb 19, 2021
Feb 19, 2021

Repository files navigation

npx igniter
npx igniter --help
Usage: igniter [options]

Options:
  -V, --version               output the version number
  -c, --config <filename>     Set the configuration file name (default:
                              "igniter.config.mjs")
  -j, --num-workers <number>  Set the maximum number of workers to use
                              (default: Number.MAX_SAFE_INTEGER)
  -r, --regex <regex>         Regular expression used to filter tasks. When
                              multiple regex arguments are supplied, only
                              tasks that match all of the arguments will be
                              run
  -i, --invert                If true, the preceeding regex argument will be
                              used to reject tasks instead
  --no-cache                  Do not skip tasks, even if hash matches cache
  --no-tty                    Do not show updating output, just show a single
                              render
  -d, --dry-run               Skip all tasks to show configuration
  --debug                     Stop when an exception is thrown and show trace
  -h, --help                  display help for command