Hello everyone! I've been working on this little tool called TreeGen, and I’m excited to finally share it with you all!
It's a command-line tool that lets you turn an ASCII tree into an actual file and folder structure. Super handy for DevOps tasks, quickly setting up project files and folders, or replicating complex hierarchies with ease.
$ treegen tree_structure.txt $ cat tree_structure.txt | treegen $ treegen < tree_structure.txt $ treegen <<-EOF /path/to/project/ |-- src/ | +-- main.js |-- LICENSE.md +-- README.md EOF If this sounds like something you’d find useful, check it out on GitHub and see how it can streamline your workflow. Feedback, ideas, or even just a star would mean a lot!
[link] [comments]
SOCIAL SHARE CARD GENERATOR