Skip to content

Windows Team Foundation Server (TFS) checkout files via Node.js

Notifications You must be signed in to change notification settings

vascofernandes/tfs-unlock

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tfs-unlock

npm install tfs-unlock --save-dev

npm version Dependencies Status DevDependencies Status MIT Licensed

Usage

var tfs = require('tfs-unlock');

tfs.init({
	"visualStudioPath": tfs.vs2013.bit64
});

tfs.checkout(arrayOfPaths);

tfs.undo(arrayOfPaths);

Changelog

  • 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)

Roadmap

  • Update unit tests that are currently failing

About

Windows Team Foundation Server (TFS) checkout files via Node.js

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%