FolderForge enables customizable ASCII folder structure diagrams and the creation of complete, downloadable project directories from that structure.
I created FolderForge to solve a problem I faced early in my programming journey: visualizing and creating new project directory structures. I found that ASCII diagrams were a great way to understand a project's layout, but creating the folders and files manually was tedious and time-consuming. FolderForge automates this process. It lets you focus on designing the structure, and it handles the rest, generating both the visual diagram and a complete, ready-to-use project directory.
- Go to the FolderForge website: https://iton0.github.io/folderforge/.
- Create your desired folder and file structure in the input area.
- Click "Forge" to download your created project directory.
We welcome contributions to FolderForge! If you're interested in helping, here are a few ways you can get involved:
- Reporting bugs: If you find a bug, please open an issue on our GitHub repository with a detailed description of the problem.
- Suggesting features: Have an idea for a new feature? We'd love to hear it! Open an issue to discuss your suggestion.
- Submitting pull requests: If you're a developer and want to contribute code, feel free to submit a pull request. Please make sure your code is well-commented and follows our project's coding style.