Exciting release!Introducing "safe npm". Learn more
Socket
Log inDemoInstall

yarn-workspaces-foreach

Package Overview
Dependencies
7
Maintainers
1
Versions
5
Issues
File Explorer

Advanced tools

yarn-workspaces-foreach

yarn workspaces foreach

    0.2.0latest
    GitHub

Version published
Maintainers
1
Weekly downloads
960
increased by0.42%

Weekly downloads

Readme

Source

yarn-workspaces-foreach

Run a command in each workspace.

const { foreach } = require('yarn-workspaces-foreach'); await foreach('yarn build', { parallel: true, topological: true }); $ workspaces-foreach -pt yarn build

foreach(command, options?)

workspaces-foreach <command...> [options]

Options:

  • --parallel / -p run commands in parallel
  • --topological / -t run commands ordered by dependency graph
  • --jobs <count> / -j <count> number of parallel jobs to run
  • --include workspaces to include
  • --exclude workspaces to exclude

FAQs

Last updated on 08 Jul 2020

Did you know?

Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.

Install Socket
Socket
support@socket.devSocket SOC 2 Logo

Product

  • Package Issues
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc