andywer / npm-launch

🚀 Minimalistic task runner on steroids!
MIT License
38 stars 1 forks source link

Out-of-the-box support for running tasks in parallel #4

Closed andywer closed 8 years ago

andywer commented 8 years ago

Might be tricky to visualize with listr.

uetchy commented 8 years ago

How about bundling a parallel task runner like npm-run-all?

andywer commented 8 years ago

Hey @uetchy. Thanks for your feedback.

Yes, I think you could just use npm-run-all right now, but it wouldn't visualize properly which tasks are run.

The problems are right now:

Feedback is always welcome :)

andywer commented 8 years ago

This seems like good news: SamVerschueren/listr#18!