A command-line tool that generates a repomap of your codebase, designed specifically for enhancing AI-assisted development workflows where context limits are important.
There are two ways to install repo-mapify:
Pre-built binary releases for Ubuntu and macOS are available on our releases page.
For instructions on building from source, see our Development Guide.
Basic usage:
repo-mapify > repomap.txt
Scan specific paths:
repo-mapify path/to/scan1 path/to/scan2
For large repositories, you can run it from any subfolder to scan just that portion:
cd path/to/subfolder
repo-mapify
-f, --filetype Filter by file type (rb, js, vue, go, rs, yaml)
-v, --verbose Verbosity level (0=minimal, 1=normal, 2=detailed) [default: 1]
-h, --help Print help
Methods, class methods, modules
Functions, arrow functions, classes, object methods
Methods, computed properties, components
Functions, methods, interfaces
Functions, implementations, traits
Definitions, values, templates
To effectively use repo-mapify with Claude for debugging:
For development instructions, including how to build from source and create releases, see our Development Guide.
MIT License