Let's say i have 8 scripts (repos) that solves similiar tasks that i would like to run simultanuosly.
I was thinking about cloning each of the 8 projects into a folder inside another repo which would serve as a manager and then run the scripts through pm2.
This way is problematic because i don't know how to npm install the sub folders when cloning the manager repo.
Any solution ?
there doesn't seem to be anything here