if $TARGET_DIR is not present then return
Set up associative array with shh-name pair
For each shh-name pair
git clone $ssh $TARGET_DIR$name
cd $TARGET_DIR$name
npm install
This script wouldn't be possible because of the below source - Set up associative array with shh-name pair
- Adding a flag to git clone all in the present directory
- Instead of using associative key, just use the name of the project using regex
- Making the script more generic - from just npm install to loading another script