i was trying to migrate my react web project to a react native codebase. for that, i was giving claude 3.7 both my react web and react native directories and context. i was copy-pasting manually. it was a relatively medium-sized codebase with more than 50 files. so i wrote a small utility lib that creates the directory, file structure, and context for each file, so it can be further pasted into the llm in a chat conversation. it might be useful.
https://arun477.github.io/utilities/directory-tree-generator/