Results 33 comments of Marco Bettiolo

Is anyone actively working on a command line `nvm < use | install > package.json`?

Let me explain my workflow and see if it make sense: Terminal 1 (TDD): - `npm run test:watch` to automatically re-run tests on each change to code Terminal 2 (Server):...

What I really would like to do is to move to webpack hot reload. But that may be a different issue.

1. The user will still have to look at the output to know when to try the changes. Live reload may help, but you still want to try your changes...

Fantastic! Ok, make sense. I think that watch should be verbose by -v|--verbose flag, so it is consistent with the rest. If a developer doesn't care about the watch output...

Ok, this is working much better for me, I just ignore the weird messages, but this makes it confusing. Have you got any high level idea on how to handle...

I mean, we should pipe it out only on verbose. Otherwise we just say that the watch command was executed, or was executed again if it failed.

We are doing this already, except that now we say when the watch was finished too. We could make that optional.