A deterministic filesystem mapper optimized for AI context
Project description
CodeMap CLI
AI-ready project structure generator for developers.
CodeMap generates a clean, IDE-style tree of your project so you can easily share your codebase structure with AI tools like ChatGPT or Claude.
Why CodeMap?
When working with AI tools, developers often need to explain their entire project structure before asking meaningful questions.
Manually typing folder trees is slow and error-prone.
CodeMap solves this by generating a clean, deterministic structure of your repository in seconds.
Features
- Automatic project root detection
- Python and JavaScript ecosystem detection
- Smart ignore rules
- Collapses large directories (e.g.,
node_modules) - Hides environment and cache files
- Detects structural changes and updates output
- Colored CLI feedback
- Generates
codemap.md
Installation
pip install codemap-cli
Usage
codemap
- on your terminal inside root project
Example Output
my-awesome-project/ ├── src/ │ ├── components/ │ ├── pages/ │ └── utils/ ├── public/ ├── tests/ ├── .gitignore ├── package.json ├── pyproject.toml ├── README.md └── tsconfig.json
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_cli-0.1.1.tar.gz.
File metadata
- Download URL: codemap_cli-0.1.1.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4efe2bd9d1334ab4890377eff744d8ceb5529b17ddd8cbfb484aad66eacf06b0
|
|
| MD5 |
ddf78a9515aaa3cedc554f10b013c229
|
|
| BLAKE2b-256 |
8b1d62167846b83809d23df5d0a85cb6da0be25ef37937c65cee506007b15f85
|
File details
Details for the file codemap_cli-0.1.1-py3-none-any.whl.
File metadata
- Download URL: codemap_cli-0.1.1-py3-none-any.whl
- Upload date:
- Size: 6.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
830b80d37ce37b7eacd776482b32d9b8e21ac77686925fdd8dbe5521ae5379f8
|
|
| MD5 |
915117a25181262d798280a584237f2a
|
|
| BLAKE2b-256 |
4b52d7abf5bdd10e6ea48f51c7835196b6af323635fd498a7e88678ba0394557
|