UNPKG

jayvfs

Version:

virtual file system in node-js

12 lines (9 loc) 587 B
# This file is auto-generated by defualt. # Structure of the virtual file system. # The root directory is always `/`. # All subdirectories start from the root, unless specified otherwise. # If a parent directory is not found, then it is automatically created with a base at the root. # All directories must start with `/`! sub_directories = /dir1 /dir2 /dir1/subdir1 /dir2/subdir1 /dir3 # The concrete files to be found in the `contents` directory files = /dir1/file1.txt /dir2/file1.txt /dir1/subdir1/foo.txt /dir2/subdir1/bar.txt /dir2/subdir1/fizz.txt /dir3/fuzz.txt /dir3/buzz.txt