npm install tfs-unlock --save-dev
var tfs = require('tfs-unlock');
tfs.init({
"visualStudioPath": tfs.vs2013.bit64
});
tfs.checkout(arrayOfPaths);
tfs.undo(arrayOfPaths);
- 0.3.3 2015-Mar-19
- Allow white space in file path
- 0.3.2 2015-Feb-26
- Update q dependency
- 0.3.1 2015-Feb-16
- Unit tests pass
- 0.3.0 2015-Feb-02
- Rewrote without sleep dependencies by using promises
- 0.2.0 2015-Jan-24
- Add path for VSS 2013 (v12)
- Update unit tests that are currently failing