Pretend a string is coming from a file on disk
Virtual file format.
Create a vinyl file from an actual file
Add/write sourcemaps to/from Vinyl files.
Vinyl adapter for the file system.
Apply a source map to a vinyl file, merging it with preexisting source maps
Use conventional text streams at the start of your gulp or vinyl pipelines
Convert streaming vinyl files to use buffers
Utility to read the contents of a vinyl file.
process a vinyl file stream with minimal code
Deal with vinyl file contents, regardless of whether it is Buffer/Stream
TypeScript definitions for vinyl
TypeScript definitions for vinyl-fs
Apply custom attributes to vinyl files
Create a vinyl file or stream from a buffer
Extends vinyl files with properties used in vinyl-collections.
Extends vinyl with render and compile methods, and properties used for rendering templates.
Simple in-memory vinyl file store
Does a vinyl file match a condition?
Give vinyl files chunk names.
Map vinyl files' contents as strings, so you can easily use existing code without needing yet another gulp plugin!
Use standard text transform streams to write fewer gulp plugins
Like gulp.dest, but handles symlinks
Set the `contents` property on a file object. Abstraction from vinyl-fs to support stream or non-stream usage.