fahad19 / glob-run

Run multiple commands by glob patterns sequentially.
https://www.npmjs.com/package/glob-run
12 stars 5 forks source link

Feature Request: non-syncronous execution #3

Closed npbenjohnson closed 5 years ago

npbenjohnson commented 8 years ago

I want to use the to shim glob into some node command line utils, but running them synchronously is too slow.

mojoaxel commented 5 years ago

@npbenjohnson You want the commands to run not to run in series but parallel?

npbenjohnson commented 5 years ago

I'm no longer on the projects this request was for