meta-exec

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

Usage no npm install needed!

<script type="module">
  import metaExec from 'https://cdn.skypack.dev/meta-exec';
</script>

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"