1.0.0 • Published 6 years ago
run-subdir v1.0.0
run-subdir
Node package for running command line asynchronously in all subdirectories.
Installation
Using NPM:
npm install -g run-subdirUsage
After installation and cd into your parent directory, prefix your command line by rsd or run-subdir to run the command in all child subdirectories.
Assume you have these files and directories:
~/test/
    dir1/
        .git/
    dir2/
        .git/
    dir3/
        .git/
    file.txtWhen you run:
cd ~/test/
rsd git statusor:
cd ~/test/
run-subdir git statusIt will run the given command git status in all subdirectories of ~/test/, in each one of: dir1, dir2, dir3.
Which will output:

License
MIT
Credits
This project is forked from @tatsuyaoiw's project git-pull-all.
1.0.0
6 years ago