I made a nodeJS script that has a parameter.
At this state, i can pass arguments to npm start and it will fire up my script with it, and all works perfectly.
Now I have to pass multiple arguments to npm start and it will fire up as many scripts needed. ( one per argument )
But I really have no idea how to do that except to make the other script that accepts all arguments and launch etc... but I don't want this solution. So if some of you have the answer it will be nice!
Thanks.