CodeMap is a Python-based tool designed to generate a hierarchical (tree-like) representation of your project's folder structure, allowing developers to quickly visualize internal organization while ignoring unnecessary files.
- 📂 Generates a clean tree structure of your project directory
- 🔍 Ignores clutter like
.git
,__pycache__
,.vscode
, and more - 📝 Outputs result to a
summary_tree.txt
file - ⚙️ Lightweight and dependency-free
Clone the repository and install required dependencies:
git clone https://github.com/your-user/agentcrafter-codemap.git
cd agentcrafter-codemap
pip install -r requirements.txt
The only required package is:
gitingest
python generate_tree.py
This will:
- Detect the current working directory
- Generate the tree
- Save it to
summary_tree.txt
Download generate_tree.exe
from the Releases section and run it:
./generate_tree.exe
✅ Works out-of-the-box on Windows without Python.
📁 agentcrafter-codemap/
├── README.md
├── generate_tree.py
├── LICENSE
├── requirements.txt
└── im/
Get the latest version from the Releases section:
- 🔧
generate_tree.exe
- 📦 Source code (zip, tar.gz)
Licensed under the Apache 2.0 License. See the full license for more details.
Pull requests and suggestions are welcome! For major changes, please open an issue first to discuss your ideas.