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

Readme

Keywords

Package Sidebar

Install

npm i gulp-tfs

Weekly Downloads

33

Version

0.0.9

License

ISC

Last publish

Collaborators

  • junyiz