This project was created out of personal bad experience with the repetitiveness of having to "run the same command in different locations sequentially," such as executing 'mvn clean install' in multiple locations. Why not simply define the command once, and then specify the locations where the projects are located? right?...
To use this software, it's pretty easy. Add it to your user / system's Path
variable, and then run the command as follows:
beresboss "cmd" ./dir1 ./dir2 ./parentdir1/dir3 /from/root/dir
A "more" real example:
beresboss "mvn clean install -T2C --settings \"/path/to/my-settings.xml\"" ./project1 ./module1/project2 ./module1/project3
Feel free to create a PR!
- Putu Audi Pasuatmadi ([email protected])