repolain
v0.1.4
Published
CLI-first repository understanding tool for scanning, summarizing, mapping, and indexing codebases.
Maintainers
Readme
repolain
中文
Repolain 是一个以 CLI 为核心的代码仓库理解工具。
安装
npm install -g repolain命令
repolain scan <path>
repolain summary <path>
repolain file-map <path>
repolain knowledge <path>
repolain explain <file>
repolain explain <file> --ai
repolain index <path>
repolain symbols <path>
repolain graph <path>
repolain graph <path> --mermaid
repolain search <path> <query>LLM 环境变量
REPO_LENS_LLM_BASE_URL
REPO_LENS_LLM_API_KEY
REPO_LENS_LLM_MODEL如果这些变量未配置,repolain explain <file> --ai 会回退到规则解释。
English
Repolain is a CLI-first repository understanding tool.
Install
npm install -g repolainCommands
repolain scan <path>
repolain summary <path>
repolain file-map <path>
repolain knowledge <path>
repolain explain <file>
repolain explain <file> --ai
repolain index <path>
repolain symbols <path>
repolain graph <path>
repolain graph <path> --mermaid
repolain search <path> <query>LLM Environment
REPO_LENS_LLM_BASE_URL
REPO_LENS_LLM_API_KEY
REPO_LENS_LLM_MODELIf the variables are not configured, repolain explain <file> --ai falls back to the rule-based explanation.
