CLI tool that generates optimized markdown docs and streamline Git workflows
Project description
CodeMap
[!Caution] CodeMap is currently in active development. Use with caution and expect breaking changes.
Overview
CodeMap is an AI-powered developer toolkit designed to enhance your coding workflow. It offers features for code analysis, documentation generation, and Git process streamlining, all accessible through an interactive CLI with multi-LLM support.
[!Important] For detailed information on all features and commands, please visit our documentation site: codemap.run
Features
- 🎯 Token-optimized documentation generation
- 📝 Rich markdown output with code structure
- 🌳 Repository structure visualization
- 🔄 Smart Git commit assistance with AI-generated messages
- 🔃 AI-powered PR creation and management
- 💬 Ask questions about your codebase using RAG
- 🔍 Index and search your repository for semantic understanding
Installation
[!Important] CodeMap currently only supports Unix-based platforms (macOS, Linux). Windows users should use WSL.
[!Tip] After installation, use
codemapor the aliascm.
[!Note] Ensure uv is installed:
curl -LsSf https://astral.sh/uv/install.sh | shTo learn more aboyt uv Click here
Global Installation
# Stable version:
uv tool install codemap
# Development Version:
uv tool install codemap --prerelease allow
Updating
uv tool upgrade codemap
Uninstalling
uv tool uninstall codemap
For more detailed installation options and troubleshooting, see the Installation Guide on our documentation site.
Configuration
CodeMap can be configured using a .codemap.yml file in your project root.
For a full list of configuration options and examples, refer to the Configuration Guide on our documentation site.
Development Setup
Interested in contributing? Please read our Code of Conduct and Contributing Guidelines.
- Clone:
git clone https://github.com/SarthakMishra/codemap.git && cd codemap - Prerequisites: Install Task, uv, and Python 3.12+.
- Setup Env:
uv venv && source .venv/bin/activate(or appropriate activation command for your shell) - Install Deps:
uv sync --dev - Verify:
task -llists available tasks.task ciruns checks and tests.
Detailed contribution instructions are in the Contributing Guide.
Acknowledgments
CodeMap relies on these excellent open-source libraries and models:
- LiteLLM
- NumPy
- Pygments
- Python-dotenv
- PyYAML
- Questionary
- Requests
- Rich
- Typer
- Sentence-Transformers
- And many development tools like
ruff,pytest,isort,pyright.
Models
- Code Embeddings: Leverages models like Qodo/Qodo-Embed-1-1.5B.
- LLM Support: Compatible with OpenAI, Anthropic, Groq, Mistral, Cohere, Together AI, OpenRouter via LiteLLM.
Special Thanks
License
This project is licensed under the MIT License - see the LICENSE file for details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file codemap-0.3.0rc4.tar.gz.
File metadata
- Download URL: codemap-0.3.0rc4.tar.gz
- Upload date:
- Size: 1.7 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3871d96d28c5f30f5f7a5edf1364f6c55121d333e3214bab8558e7597f6ff2ad
|
|
| MD5 |
12fd51bc999ecabac9043aac6fd3314a
|
|
| BLAKE2b-256 |
ce8c416791adf653bd039b15b9f630fdcbb2883df8ab7f80c0b756fecaef60ee
|
File details
Details for the file codemap-0.3.0rc4-py3-none-any.whl.
File metadata
- Download URL: codemap-0.3.0rc4-py3-none-any.whl
- Upload date:
- Size: 235.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: uv/0.7.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
044627b35ca924f624b74e18a0f1d34b794404bc81a7bc96104eb42663b6e80a
|
|
| MD5 |
4ffb4bbdfb5ec4ba1a654c8bc1ea6741
|
|
| BLAKE2b-256 |
248fa9a675d737745be8647080f2dd25714781fe793699c59a9066c0412d709b
|