wix-incubator / kissfs

Extensible and reactive text-based file-system library that keeps it simple, universal and cross-platform
MIT License
12 stars 5 forks source link

vinyl adapter #38

Open tobich opened 7 years ago

tobich commented 7 years ago

Use case: writing tests for gulp plugins using MemoryFileSystem.

amir-arad commented 7 years ago

It sounds to me like an adapter that exposes vinyl API from kissfs Filesystem instance. It will have to fake any vinyl metadata as kissfs does not support those.

Using something like vinyl-fs-mock sounds like the way to go about it. Naturally it should be in a different project.