Skip to content

CodeMap v1.0.0 – Initial Public Release

Latest
Compare
Choose a tag to compare
@TamerOnLine TamerOnLine released this 07 Jun 15:25
· 2 commits to main since this release

🎉 Initial release of CodeMap!

CodeMap is a lightweight utility that generates a visual directory structure of your codebase. This first version includes:

🚀 Features

  • Recursively traverses folders and outputs a clean, readable tree format
  • Skips ignored directories (.git, __pycache__, venv, etc.)
  • Ignores system/binary files (e.g., .DS_Store, .exe)
  • Outputs result to a summary_tree.txt file at the root

📦 Installation

pip install -r requirements.txt