Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

meta-exec

mateodelnorte5.1kISC1.4.4

exec plugin for meta for executing synchronous commands to stdout with a standard format

meta, exec

readme

Build Status

meta-exec

Allows arbitrary commands to be executed against all projects that make up the meta repo.

For example, to show git status of all projects:

meta exec "git status"