gulpjs / vinyl

Virtual file format.
MIT License
1.28k stars 105 forks source link

Could someone explain what this does in layman's terms? #59

Closed zwhitchcox closed 9 years ago

zwhitchcox commented 9 years ago

I've read the docs and that article twice, but I still don't really understand what this does and how it does it. I get the fact that it somehow adds information about the file and the path to the stream, but that's about everything I know, and it seems like it does more than that

yocontra commented 9 years ago

It describes an object containing metadata about files. The properties and description of what it does are in the README. It's kind of like a spec, so any tools that say they work with "vinyl" will work together because they all talk about files the same way.