redfork

run command in all sub dirs

Usage no npm install needed!

<script type="module">
  import redfork from 'https://cdn.skypack.dev/redfork';
</script>

README

Redfork License NPM version Dependency Status Build Status Coverage Status

CLI tool to run command in multiple subdirectories.

Refork

Install

npm i redfork -g

Usage

redfork 'ls -lha'

Pattern

When you need to filter directories, you can use -p, --pattern argument:

redfork 'ls -lha' -p plugin-*

Will show content of all subdirectories.

Related

  • redrun - CLI tool to run multiple npm-scripts fast;
  • madrun - CLI tool to run multiple npm-scripts in a madly comfortable way

License

MIT