redfork
v2.2.2
Published
run command in all sub dirs
Downloads
22
Maintainers
Readme
Redfork
CLI tool to run command in multiple subdirectories.
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