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.
.git
, __pycache__
, .vscode
, and moresummary_tree.txt
fileClone 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:
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
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.