A simple tool to visualize GitHub repositories. It helps developers easily explore and understand their project structures.
- Clean ASCII view of GitHub repository structure.
- Interactive tree view for easy navigation.
- Download options in various formats.
- Real-time search to find files or folders quickly.
- Dark and Light themes for better readability.
- Easy to use and no installation required.
- Visit RepoTree.
- Enter the GitHub repository URL.
- Click on the
Generate
button. - Explore the repository structure.
- Download the tree in various formats.
- README: Download the tree in README format.
- Text: Download the tree in text format.
- JSON: Download the tree in JSON format.
- HTML: Download the tree in HTML format.
- Clone the repository:
git clone
- Install the dependencies:
npm install
- Run the development server:
npm run dev
- Open http://localhost:3000 in your browser.
Contributions are welcome! Report issues here or submit a pull request here.
This project is licensed under the MIT License. See the LICENSE file for details.
This project was inspired by Nathan Friend's Tree Online and ASCII Tree Generator.
⭐ If you find this project helpful, give it a star!