|
|
|
|
|
by ArnaudRinquin
3757 days ago
|
|
As I used `make` more and more for our node projects, I missed the clean outputs `grunt` or `gulp` provide. To fix that, I created `make2tap`: https://www.npmjs.com/package/make2tap This small utility takes a `make` output and generate a `TAP` one that you can pipe to any `TAP reporter`. Our current `make build | make2tap | tap-format-spec` looks like: http://i.imgur.com/chs0Jf3.png |
|