This adds a new placeholder, {%}, which unfolds into multiple tasks – one for each input argument. The unfolded tasks gets assigned {1}, {2} etc instead of {%}.
Purpose
Be able to in parallell process a single npm task X times with a different argument each time.
What is it?
This adds a new placeholder,
{%}
, which unfolds into multiple tasks – one for each input argument. The unfolded tasks gets assigned{1}
,{2}
etc instead of{%}
.Purpose
Be able to in parallell process a single npm task X times with a different argument each time.
Example
Same as:
Example using shell globbing
Remains to move out of draft status:
Originally submitted at: https://github.com/mysticatea/npm-run-all/pull/180