gulp-tfs

0.0.9 • Public • Published

gulp-tfs

please make sure in the CMD command tf, otherwise, please put the C:/Program Files (x86)/Microsoft Visual Studio 10.0/Common7/IDE/ to your Winodws environment variables.

install simply run:

npm install --save-dev gulp-tfs

example using gulp-tfs:

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

gulp.task('checkin', function() {
    gulp.src(dest).pipe(tfs.checkin());
});

gulp.task('undo', function() {
    gulp.src(dest).pipe(tfs.undo());
});

gulp.task('add', function() {
    gulp.src(dest).pipe(tfs.add());
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.9
    32
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.9
    32
  • 0.0.8
    0

Package Sidebar

Install

npm i gulp-tfs

Weekly Downloads

32

Version

0.0.9

License

ISC

Last publish

Collaborators

  • junyiz