Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 900 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 900 Bytes

Beres Bos!!!

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?...

Usage

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

Demo Example

Alt text

Contributing

Feel free to create a PR!

Alt text

Contributors