gulp-process-file-log

1.1.6 • Public • Published

js-semistandard-styleBuild StatusCode ClimatenpmDependenciesdevDependenciesNPM version

gulp-process-file-log

Install

$ npm install --save-dev gulp-process-file-log

Usage

const gulp = require('gulp');
const logger = require('gulp-process-file-log');
 
gulp.task('default', () =>
    gulp.src('src/*.js')
        .pipe(logger('log.json'))
        .pipe(gulp.dest('dist'))
);

Result

[
  "bootstrap.js",
  "calendar.js"
]

Package Sidebar

Install

npm i gulp-process-file-log

Weekly Downloads

4

Version

1.1.6

License

MIT

Last publish

Collaborators

  • robinck