Skip to content

elliotfleming/stream-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stream-files

This plugin can be dropped into a stream to display the source file names (relative to your project root) 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>

About

View relative source file paths in your streams.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published