repo-map

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Repo Map

仓库导航图

Overview

概述

Use
rg
to search code and identify the correct area to edit. Check READMEs in relevant directories for commands.
使用
rg
搜索代码,确定需要编辑的正确区域。查看相关目录中的README文件获取命令。

Structure

结构

  • apps/
    : Next.js/TanStack frontends
  • packages/
    : shared TS libs + Convex backend
  • services/
    : Go/Kotlin/Rails/Python services
  • argocd/
    ,
    kubernetes/
    ,
    tofu/
    ,
    ansible/
    : infra + GitOps
  • scripts/
    ,
    packages/scripts/
    : build/deploy helpers
  • skills/
    : agent skills
  • apps/
    : Next.js/TanStack 前端应用
  • packages/
    : 共享TS库 + Convex后端
  • services/
    : Go/Kotlin/Rails/Python服务
  • argocd/
    ,
    kubernetes/
    ,
    tofu/
    ,
    ansible/
    : 基础设施 + GitOps
  • scripts/
    ,
    packages/scripts/
    : 构建/部署辅助脚本
  • skills/
    : Agent技能

Find a service

查找服务

bash
rg -n "enrichRepository" services/bumba
rg --files -g "*bumba*"
bash
rg -n "enrichRepository" services/bumba
rg --files -g "*bumba*"

Find infra

查找基础设施资源

bash
rg -n "open-webui" argocd/applications
bash
rg -n "open-webui" argocd/applications

Resources

相关资源

  • Reference:
    references/repo-structure.md
  • Finder:
    scripts/find-in-repo.sh
  • Notes:
    assets/repo-notes.md
  • 参考文档:
    references/repo-structure.md
  • 查找工具:
    scripts/find-in-repo.sh
  • 笔记:
    assets/repo-notes.md