vinyl-cache
v3.0.0
Published
Vinyl transformer to cache transformations in memory
Downloads
5
Readme
Install
npm install vinyl-cache
usage
vinyl.src(someFile)
.pipe(cache(someTransformation, cacheObject));
The cacheObject
parameter is optional. If not given then a new cache will be created.