How to Command TFS with npm Scripts
Automating your source control

In my article ‘Script the Pain Away’ I explained how I use npm scripts in my build process. But there is one other thing I have been struggling with for some time. And that is the communication between TFS and my scripts. In this article, I will explain what I have done to make peace between these two.