To install dependencies:
bun install
To run:
bun run index.ts <amount_of_files> <depth> <layer>
amount_of_files
: amount of files per directorydepth
: depth of the generationlayer
: Number of directory per level
Fix layer/depth things, currently the depth is only respected on one path, and not every path. Currently this is a tree with layer #leaf at each depth, and only one branch has #depth.