0.0.1 • Published 10 years ago

stream-files v0.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

stream-files

This plugin can be dropped into a stream to display the source file names as they pass through the pipeline.

Install

$ npm install stream-files

gruntfile.js

var streamFiles = require('stream-files');

gulp.task('stream-files', function() {
  gulp.src('/path/to/src')
    .pipe(streamFiles())
    //..
});

License

The MIT License

Copyright 2014 Elliot Fleming [http://github.com/elliotfleming](http://github.com/elliotfleming)