vinyl-fs
Vinyl adapter for the file system.
Vinyl adapter for the file system.
Add/write sourcemaps to/from Vinyl files.
Apply a source map to a vinyl file, merging it with preexisting source maps
Create a vinyl file from an actual file
Filter files in a `vinyl` stream
Use conventional text streams at the start of your gulp or vinyl pipelines
Set the `contents` property on a file object. Abstraction from vinyl-fs to support stream or non-stream usage.
Convert streaming vinyl files to use buffers
Debug Vinyl file streams to see what files are run through your Gulp pipeline
Deal with vinyl file contents, regardless of whether it is Buffer/Stream
Convert a file path to a vinyl file.
Create vinyl files from a string or buffer and insert into the Gulp pipeline.
Change permissions of Vinyl files
Returns true if a file is binary. Checks the actual contents, since extensions are not reliable. Basic wrapper for isbinaryfile to support vinyl files.
Utility for getting an assemble view from a collection object.
Get the file paths in a `vinyl` stream
Returns true when the given `name` matches any of the path properties on a vinyl file.
Extends vinyl files with properties used in vinyl-collections.
Extends vinyl with render and compile methods, and properties used for rendering templates.
Returns true if a buffer is binary. Takes a buffer and does not read from the file system.