deepsweet / start

:red_circle: Functional task runner for Node.js
https://start.js.org/
MIT License
476 stars 19 forks source link

we can pass array of tasks, then they can run in parallel #7

Closed hoanguyen311 closed 7 years ago

codecov-io commented 8 years ago

Current coverage is 100%

Merging #7 into master will not change coverage

@@           master    #7   diff @@
===================================
  Files           2     1     -1   
  Lines          34    21    -13   
  Methods         0     0          
  Messages        0     0          
  Branches        0     0          
===================================
- Hits           34    21    -13   
  Misses          0     0          
  Partials        0     0          

Powered by Codecov. Last updated by 9565c9e...dd4a301

deepsweet commented 7 years ago

it's better late than never ✨ https://github.com/start-runner/concurrent

thanks for the idea.