yarn-workspaces-foreach
Advanced tools
Weekly downloads
Readme
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
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 excludeFAQs
yarn workspaces foreach
The npm package yarn-workspaces-foreach receives a total of 819 weekly downloads. As such, yarn-workspaces-foreach popularity was classified as not popular.
We found that yarn-workspaces-foreach demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.