gulp-touch-cmd

0.0.1 • Public • Published

gulp-touch-cmd

Change file access and modification times of files copied using gulp

Install

Install with npm

npm install --save-dev gulp-touch-cmd

Example

var gulp = require('gulp');
var touch = require('gulp-touch-cmd');
 
gulp.task('default', function() {
  gulp
    .src('./src/**/*')
    .pipe(gulp.dest('./dest'))
    .pipe(touch());
});

Readme

Keywords

Package Sidebar

Install

npm i gulp-touch-cmd

Weekly Downloads

1,309

Version

0.0.1

License

MIT

Last publish

Collaborators

  • bmatzner