madfork
v1.0.7
Published
run madrun in monorepo
Maintainers
Readme
Madfork

CLI tool to run redrun in multiple subdirectories.
Install
npm i madfork -gUsage
Usage: madfork [options] [command]
Options:
-p, --pattern apply directory pattern, defaults to '*'
-h, --help display this help and exit
-v, --version output version information and exitYou can, for example, run the command ls -lha in all directories that located in current pwd:
madfork 'ls -lha'Pattern
When you need to filter directories, you can use -p, --pattern argument:
madfork '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
