Open
Description
I'm writing a configuration wizard using this project, along with memfs
and unionfs
to manage a temporary file system as an overlay on top of the existing real file system. I really would like to pass in the temporary file system I built from unionfs
as an override.
There are precisely two uses of fs
in src/index/index.ts
. This could be a pretty straight-forward fix.
On a related note, I did some experiments with enquirer
a couple days ago. I was running prompts through a child process and driving it through stdin and stdout. The goal was to add automated tests. I see no reason I couldn't do the same here, if there's a desire for it. I just need to know what testing framework you'd prefer.
Metadata
Metadata
Assignees
Labels
No labels