vinyl-fs@4.0.2
// Vinyl adapter for the file system.
$ npm install vinyl-fs
downloads/wk
3,516,415
license
MIT
version
4.0.2
published
Jun 1, 2025
What is vinyl-fs?
vinyl-fs is a Node.js package that treats files as Vinyl objects, a standardized format that works well with streaming pipelines. Developers use it to read files from and write files to the file system while maintaining compatibility with tools like Gulp, which rely on Vinyl streams for processing files through multiple transformation steps.
Links
Keywords
Dependencies (14)
Maintainers
phated, yocontra