0.0.9 • Published 7 years ago

gulp-tfs v0.0.9

Weekly downloads
67
License
ISC
Repository
github
Last release
7 years ago

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());
});
0.0.9

7 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago