codemap-cli

Crates.iocodemap-cli
lib.rscodemap-cli
version0.1.0-beta.6
created_at2025-08-18 21:02:52.668478+00
updated_at2025-08-18 21:17:08.18882+00
descriptionA CLI for understanding and onboarding to codebases
homepage
repositoryhttps://github.com/ishaqbreiwish/codemap
max_upload_size
id1801095
size75,940
Ishaq Breiwish (ishaqbreiwish)

documentation

README

codemap

Rust CLI that onboards you to any repo:

  • Builds a code map (files, functions, hashes).
  • Merges updates incrementally (function-level diffs).
  • LLM-powered project brief + ranked entry points (optional).
  • Heuristic fallback works offline.

Install

cargo install --path .

Usage

codemap init OPENAI_API_KEY=... codemap update codemap summary

Privacy & Cost

  • No code is sent unless LLM is enabled.
  • Only top candidate files are summarized; unchanged code is not re-sent.
Commit count: 0

cargo fmt