m19c / gulp-run

Pipe to shell commands in gulp
ISC License
151 stars 25 forks source link

Vinyl and template samples #14

Closed koresar closed 10 years ago

koresar commented 10 years ago

Hi Chris,

I am not familiar with both Vinyl and _.template libraries. I think most people doing deployments are not familiar too.

Would you mind adding examples to the Readme.md? In what way these are useful?

Cheers

cbarrick commented 10 years ago

I put up a wiki page on templates.

I introduced template support mostly for feature parity with gulp-shell and gulp-exec, but I have found the feature useful for commands that don't read from stdin; i.e. you can interpolate the path to the file as a command-line argument.