Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@flybywiresim/igniter

Package Overview
Dependencies
Maintainers
0
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flybywiresim/igniter

An intelligent task runner written in Typescript.

  • 1.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
666
decreased by-49.7%
Maintainers
0
Weekly downloads
 
Created
Source
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

FAQs

Package last updated on 15 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc