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

@hitorisensei/concurrently-dir

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hitorisensei/concurrently-dir

Concurrently runs command in every matching directory

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

concurrently-dir

Concurrently runs command in every matching directory

Installation

npm install -g @hitorisensei/concurrently-dir

Usage

concurrently-dir 'packages/*' 'npm run build:watch'
concurrently-dir <glob> <command> [args]

Positionals:
  glob     glob of directories to match                                 [string]
  command  command to execute in each matching directory                [string]

Options:
  --version          Show version number                               [boolean]
  --help             Show help                                         [boolean]
  --retries          number of retries when command fails before aborting (-1 is
                     infinite)                            [string] [default: -1]
  --checkNpmCommand  If command is an npm script, should check if directory
                     contains package.json with specified command before trying
                     to run it.                        [boolean] [default: true]
  --cwd              base directory for globs
                   [boolean] [default: "/home/hitori/Projekty/concurrently-dir"]
  --npmPrefix        command prefix used for checkNpmCommand
                                                   [string] [default: "npm run"]
  --dry              just list commands that would execute and quit
                                                      [boolean] [default: false]

Keywords

FAQs

Package last updated on 01 Jul 2021

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