diff --git a/website/client/.vitepress/config/configDe.ts b/website/client/.vitepress/config/configDe.ts index dd6a5442f..d30825926 100644 --- a/website/client/.vitepress/config/configDe.ts +++ b/website/client/.vitepress/config/configDe.ts @@ -21,6 +21,7 @@ export const configDe = defineConfig({ { text: 'Installation', link: '/de/guide/installation' }, { text: 'Grundlegende Verwendung', link: '/de/guide/usage' }, { text: 'Prompt-Beispiele', link: '/de/guide/prompt-examples' }, + { text: 'Anwendungsfälle', link: '/de/guide/use-cases' }, ], }, { @@ -30,20 +31,26 @@ export const configDe = defineConfig({ { text: 'Kommandozeilenoptionen', link: '/de/guide/command-line-options' }, { text: 'Konfiguration', link: '/de/guide/configuration' }, { text: 'Benutzerdefinierte Anweisungen', link: '/de/guide/custom-instructions' }, - { text: 'Remote-Repository-Verarbeitung', link: '/de/guide/remote-repository-processing' }, + { text: 'GitHub-Repository-Verarbeitung', link: '/de/guide/remote-repository-processing' }, { text: 'Kommentare entfernen', link: '/de/guide/comment-removal' }, { text: 'Code-Komprimierung', link: '/de/guide/code-compress' }, { text: 'Sicherheit', link: '/de/guide/security' }, - { text: 'MCP-Server', link: '/de/guide/mcp-server' }, - { text: 'GitHub Actions', link: '/de/guide/github-actions' }, ], }, { text: 'Fortgeschritten', items: [ + { text: 'MCP-Server', link: '/de/guide/mcp-server' }, + { text: 'GitHub Actions', link: '/de/guide/github-actions' }, { text: 'Repomix als Bibliothek verwenden', link: '/de/guide/development/using-repomix-as-a-library' }, { text: 'KI-unterstützte Entwicklungstipps', link: '/de/guide/tips/best-practices' }, + ], + }, + { + text: 'Gemeinschaft', + items: [ { text: 'Zu Repomix beitragen', link: '/de/guide/development/' }, + { text: 'Sponsoren', link: '/de/guide/sponsors' }, ], }, ], diff --git a/website/client/.vitepress/config/configEnUs.ts b/website/client/.vitepress/config/configEnUs.ts index 36b2d6d6b..9f72fbaeb 100644 --- a/website/client/.vitepress/config/configEnUs.ts +++ b/website/client/.vitepress/config/configEnUs.ts @@ -21,6 +21,7 @@ export const configEnUs = defineConfig({ { text: 'Installation', link: '/guide/installation' }, { text: 'Basic Usage', link: '/guide/usage' }, { text: 'Prompt Examples', link: '/guide/prompt-examples' }, + { text: 'Use Cases', link: '/guide/use-cases' }, ], }, { @@ -30,20 +31,26 @@ export const configEnUs = defineConfig({ { text: 'Command Line Options', link: '/guide/command-line-options' }, { text: 'Configuration', link: '/guide/configuration' }, { text: 'Custom Instructions', link: '/guide/custom-instructions' }, - { text: 'Remote Repository Processing', link: '/guide/remote-repository-processing' }, + { text: 'GitHub Repository Processing', link: '/guide/remote-repository-processing' }, { text: 'Comment Removal', link: '/guide/comment-removal' }, { text: 'Code Compression', link: '/guide/code-compress' }, { text: 'Security', link: '/guide/security' }, - { text: 'MCP Server', link: '/guide/mcp-server' }, - { text: 'GitHub Actions', link: '/guide/github-actions' }, ], }, { text: 'Advanced', items: [ + { text: 'MCP Server', link: '/guide/mcp-server' }, + { text: 'GitHub Actions', link: '/guide/github-actions' }, { text: 'Using Repomix as a Library', link: '/guide/development/using-repomix-as-a-library' }, { text: 'AI-Assisted Development Tips', link: '/guide/tips/best-practices' }, + ], + }, + { + text: 'Community', + items: [ { text: 'Contributing to Repomix', link: '/guide/development/' }, + { text: 'Sponsors', link: '/guide/sponsors' }, ], }, ], diff --git a/website/client/.vitepress/config/configEs.ts b/website/client/.vitepress/config/configEs.ts index 163919152..18f8e2f45 100644 --- a/website/client/.vitepress/config/configEs.ts +++ b/website/client/.vitepress/config/configEs.ts @@ -21,6 +21,7 @@ export const configEs = defineConfig({ { text: 'Instalación', link: '/es/guide/installation' }, { text: 'Uso Básico', link: '/es/guide/usage' }, { text: 'Ejemplos de Prompts', link: '/es/guide/prompt-examples' }, + { text: 'Casos de Uso', link: '/es/guide/use-cases' }, ], }, { @@ -30,20 +31,26 @@ export const configEs = defineConfig({ { text: 'Opciones de Línea de Comandos', link: '/es/guide/command-line-options' }, { text: 'Configuración', link: '/es/guide/configuration' }, { text: 'Instrucciones Personalizadas', link: '/es/guide/custom-instructions' }, - { text: 'Procesamiento de Repositorios Remotos', link: '/es/guide/remote-repository-processing' }, + { text: 'Procesamiento de Repositorios de GitHub', link: '/es/guide/remote-repository-processing' }, { text: 'Eliminación de Comentarios', link: '/es/guide/comment-removal' }, { text: 'Compresión de Código', link: '/es/guide/code-compress' }, { text: 'Seguridad', link: '/es/guide/security' }, - { text: 'Servidor MCP', link: '/es/guide/mcp-server' }, - { text: 'GitHub Actions', link: '/es/guide/github-actions' }, ], }, { text: 'Avanzado', items: [ + { text: 'Servidor MCP', link: '/es/guide/mcp-server' }, + { text: 'GitHub Actions', link: '/es/guide/github-actions' }, { text: 'Usar Repomix como Biblioteca', link: '/es/guide/development/using-repomix-as-a-library' }, { text: 'Consejos para Desarrollo Asistido por IA', link: '/es/guide/tips/best-practices' }, + ], + }, + { + text: 'Comunidad', + items: [ { text: 'Contribuir a Repomix', link: '/es/guide/development/' }, + { text: 'Patrocinadores', link: '/es/guide/sponsors' }, ], }, ], diff --git a/website/client/.vitepress/config/configFr.ts b/website/client/.vitepress/config/configFr.ts index a96b0f966..e5a5587a8 100644 --- a/website/client/.vitepress/config/configFr.ts +++ b/website/client/.vitepress/config/configFr.ts @@ -21,6 +21,7 @@ export const configFr = defineConfig({ { text: 'Installation', link: '/fr/guide/installation' }, { text: 'Utilisation de base', link: '/fr/guide/usage' }, { text: 'Exemples de prompts', link: '/fr/guide/prompt-examples' }, + { text: "Cas d'Usage", link: '/fr/guide/use-cases' }, ], }, { @@ -30,23 +31,29 @@ export const configFr = defineConfig({ { text: 'Options de ligne de commande', link: '/fr/guide/command-line-options' }, { text: 'Configuration', link: '/fr/guide/configuration' }, { text: 'Instructions personnalisées', link: '/fr/guide/custom-instructions' }, - { text: 'Traitement des dépôts distants', link: '/fr/guide/remote-repository-processing' }, + { text: 'Traitement des dépôts GitHub', link: '/fr/guide/remote-repository-processing' }, { text: 'Suppression des commentaires', link: '/fr/guide/comment-removal' }, { text: 'Compression de code', link: '/fr/guide/code-compress' }, { text: 'Sécurité', link: '/fr/guide/security' }, - { text: 'Serveur MCP', link: '/fr/guide/mcp-server' }, - { text: 'GitHub Actions', link: '/fr/guide/github-actions' }, ], }, { text: 'Avancé', items: [ + { text: 'Serveur MCP', link: '/fr/guide/mcp-server' }, + { text: 'GitHub Actions', link: '/fr/guide/github-actions' }, { text: 'Utiliser Repomix comme bibliothèque', link: '/fr/guide/development/using-repomix-as-a-library', }, { text: 'Conseils pour le développement assisté par IA', link: '/fr/guide/tips/best-practices' }, + ], + }, + { + text: 'Communauté', + items: [ { text: 'Contribuer à Repomix', link: '/fr/guide/development/' }, + { text: 'Sponsors', link: '/fr/guide/sponsors' }, ], }, ], diff --git a/website/client/.vitepress/config/configHi.ts b/website/client/.vitepress/config/configHi.ts index 5dbb5eb76..ddbe6d1cf 100644 --- a/website/client/.vitepress/config/configHi.ts +++ b/website/client/.vitepress/config/configHi.ts @@ -21,6 +21,7 @@ export const configHi = defineConfig({ { text: 'इंस्टॉलेशन', link: '/hi/guide/installation' }, { text: 'बुनियादी उपयोग', link: '/hi/guide/usage' }, { text: 'प्रॉम्प्ट उदाहरण', link: '/hi/guide/prompt-examples' }, + { text: 'उपयोग के मामले', link: '/hi/guide/use-cases' }, ], }, { @@ -30,20 +31,26 @@ export const configHi = defineConfig({ { text: 'कमांड लाइन विकल्प', link: '/hi/guide/command-line-options' }, { text: 'कॉन्फ़िगरेशन', link: '/hi/guide/configuration' }, { text: 'कस्टम निर्देश', link: '/hi/guide/custom-instructions' }, - { text: 'रिमोट रिपॉजिटरी प्रोसेसिंग', link: '/hi/guide/remote-repository-processing' }, + { text: 'GitHub रिपॉजिटरी प्रोसेसिंग', link: '/hi/guide/remote-repository-processing' }, { text: 'टिप्पणी हटाना', link: '/hi/guide/comment-removal' }, { text: 'कोड कम्प्रेशन', link: '/hi/guide/code-compress' }, { text: 'सुरक्षा', link: '/hi/guide/security' }, - { text: 'MCP सर्वर', link: '/hi/guide/mcp-server' }, - { text: 'GitHub Actions', link: '/hi/guide/github-actions' }, ], }, { text: 'उन्नत', items: [ + { text: 'MCP सर्वर', link: '/hi/guide/mcp-server' }, + { text: 'GitHub Actions', link: '/hi/guide/github-actions' }, { text: 'Repomix को लाइब्रेरी के रूप में उपयोग', link: '/hi/guide/development/using-repomix-as-a-library' }, { text: 'AI-सहायक विकास टिप्स', link: '/hi/guide/tips/best-practices' }, + ], + }, + { + text: 'समुदाय', + items: [ { text: 'Repomix में योगदान', link: '/hi/guide/development/' }, + { text: 'प्रायोजक', link: '/hi/guide/sponsors' }, ], }, ], diff --git a/website/client/.vitepress/config/configId.ts b/website/client/.vitepress/config/configId.ts index e8623935a..5107a6316 100644 --- a/website/client/.vitepress/config/configId.ts +++ b/website/client/.vitepress/config/configId.ts @@ -21,6 +21,7 @@ export const configId = defineConfig({ { text: 'Instalasi', link: '/id/guide/installation' }, { text: 'Penggunaan Dasar', link: '/id/guide/usage' }, { text: 'Contoh Prompt', link: '/id/guide/prompt-examples' }, + { text: 'Kasus Penggunaan', link: '/id/guide/use-cases' }, ], }, { @@ -30,23 +31,29 @@ export const configId = defineConfig({ { text: 'Opsi Baris Perintah', link: '/id/guide/command-line-options' }, { text: 'Konfigurasi', link: '/id/guide/configuration' }, { text: 'Instruksi Khusus', link: '/id/guide/custom-instructions' }, - { text: 'Pemrosesan Repositori Remote', link: '/id/guide/remote-repository-processing' }, + { text: 'Pemrosesan Repositori GitHub', link: '/id/guide/remote-repository-processing' }, { text: 'Penghapusan Komentar', link: '/id/guide/comment-removal' }, { text: 'Kompresi Kode', link: '/id/guide/code-compress' }, { text: 'Keamanan', link: '/id/guide/security' }, - { text: 'Server MCP', link: '/id/guide/mcp-server' }, - { text: 'GitHub Actions', link: '/id/guide/github-actions' }, ], }, { text: 'Lanjutan', items: [ + { text: 'Server MCP', link: '/id/guide/mcp-server' }, + { text: 'GitHub Actions', link: '/id/guide/github-actions' }, { text: 'Menggunakan Repomix sebagai Library', link: '/id/guide/development/using-repomix-as-a-library', }, { text: 'Tips Pengembangan dengan Bantuan AI', link: '/id/guide/tips/best-practices' }, + ], + }, + { + text: 'Komunitas', + items: [ { text: 'Berkontribusi ke Repomix', link: '/id/guide/development/' }, + { text: 'Sponsor', link: '/id/guide/sponsors' }, ], }, ], diff --git a/website/client/.vitepress/config/configJa.ts b/website/client/.vitepress/config/configJa.ts index 428189c16..65312c443 100644 --- a/website/client/.vitepress/config/configJa.ts +++ b/website/client/.vitepress/config/configJa.ts @@ -19,6 +19,7 @@ export const configJa = defineConfig({ { text: 'インストール', link: '/ja/guide/installation' }, { text: '基本的な使い方', link: '/ja/guide/usage' }, { text: 'プロンプト例', link: '/ja/guide/prompt-examples' }, + { text: 'ユースケース', link: '/ja/guide/use-cases' }, ], }, { @@ -28,20 +29,26 @@ export const configJa = defineConfig({ { text: 'コマンドラインオプション', link: '/ja/guide/command-line-options' }, { text: '設定', link: '/ja/guide/configuration' }, { text: 'カスタム指示', link: '/ja/guide/custom-instructions' }, - { text: 'リモートリポジトリの処理', link: '/ja/guide/remote-repository-processing' }, + { text: 'GitHubリポジトリの処理', link: '/ja/guide/remote-repository-processing' }, { text: 'コメントの削除', link: '/ja/guide/comment-removal' }, { text: 'コード圧縮', link: '/ja/guide/code-compress' }, { text: 'セキュリティ', link: '/ja/guide/security' }, - { text: 'MCPサーバー', link: '/ja/guide/mcp-server' }, - { text: 'GitHub Actions', link: '/ja/guide/github-actions' }, ], }, { text: '高度な使い方', items: [ + { text: 'MCPサーバー', link: '/ja/guide/mcp-server' }, + { text: 'GitHub Actions', link: '/ja/guide/github-actions' }, { text: 'ライブラリとしての使用', link: '/ja/guide/development/using-repomix-as-a-library' }, { text: 'AI支援開発のヒント', link: '/ja/guide/tips/best-practices' }, - { text: 'Repomixへの貢献', link: '/ja/guide/development/' }, + ], + }, + { + text: 'コミュニティ', + items: [ + { text: 'Repomixに貢献する', link: '/ja/guide/development/' }, + { text: 'スポンサー', link: '/ja/guide/sponsors' }, ], }, ], diff --git a/website/client/.vitepress/config/configKo.ts b/website/client/.vitepress/config/configKo.ts index 94cbf04d8..f01fd51ea 100644 --- a/website/client/.vitepress/config/configKo.ts +++ b/website/client/.vitepress/config/configKo.ts @@ -21,6 +21,7 @@ export const configKo = defineConfig({ { text: '설치', link: '/ko/guide/installation' }, { text: '기본 사용법', link: '/ko/guide/usage' }, { text: '프롬프트 예제', link: '/ko/guide/prompt-examples' }, + { text: '사용 사례', link: '/ko/guide/use-cases' }, ], }, { @@ -30,20 +31,26 @@ export const configKo = defineConfig({ { text: '명령줄 옵션', link: '/ko/guide/command-line-options' }, { text: '설정', link: '/ko/guide/configuration' }, { text: '사용자 정의 지침', link: '/ko/guide/custom-instructions' }, - { text: '원격 저장소 처리', link: '/ko/guide/remote-repository-processing' }, + { text: 'GitHub 저장소 처리', link: '/ko/guide/remote-repository-processing' }, { text: '주석 제거', link: '/ko/guide/comment-removal' }, { text: '코드 압축', link: '/ko/guide/code-compress' }, { text: '보안', link: '/ko/guide/security' }, - { text: 'MCP 서버', link: '/ko/guide/mcp-server' }, - { text: 'GitHub Actions', link: '/ko/guide/github-actions' }, ], }, { text: '고급', items: [ + { text: 'MCP 서버', link: '/ko/guide/mcp-server' }, + { text: 'GitHub Actions', link: '/ko/guide/github-actions' }, { text: 'Repomix를 라이브러리로 사용하기', link: '/ko/guide/development/using-repomix-as-a-library' }, { text: 'AI 지원 개발 팁', link: '/ko/guide/tips/best-practices' }, + ], + }, + { + text: '커뮤니티', + items: [ { text: 'Repomix에 기여하기', link: '/ko/guide/development/' }, + { text: '후원자', link: '/ko/guide/sponsors' }, ], }, ], diff --git a/website/client/.vitepress/config/configPtBr.ts b/website/client/.vitepress/config/configPtBr.ts index 84872a6c4..706dbd7a9 100644 --- a/website/client/.vitepress/config/configPtBr.ts +++ b/website/client/.vitepress/config/configPtBr.ts @@ -21,6 +21,7 @@ export const configPtBr = defineConfig({ { text: 'Instalação', link: '/pt-br/guide/installation' }, { text: 'Uso Básico', link: '/pt-br/guide/usage' }, { text: 'Exemplos de Prompt', link: '/pt-br/guide/prompt-examples' }, + { text: 'Casos de Uso', link: '/pt-br/guide/use-cases' }, ], }, { @@ -30,20 +31,26 @@ export const configPtBr = defineConfig({ { text: 'Opções de Linha de Comando', link: '/pt-br/guide/command-line-options' }, { text: 'Configuração', link: '/pt-br/guide/configuration' }, { text: 'Instruções Personalizadas', link: '/pt-br/guide/custom-instructions' }, - { text: 'Processamento de Repositório Remoto', link: '/pt-br/guide/remote-repository-processing' }, + { text: 'Processamento de Repositório GitHub', link: '/pt-br/guide/remote-repository-processing' }, { text: 'Remoção de Comentários', link: '/pt-br/guide/comment-removal' }, { text: 'Compressão de Código', link: '/pt-br/guide/code-compress' }, { text: 'Segurança', link: '/pt-br/guide/security' }, - { text: 'Servidor MCP', link: '/pt-br/guide/mcp-server' }, - { text: 'GitHub Actions', link: '/pt-br/guide/github-actions' }, ], }, { text: 'Avançado', items: [ + { text: 'Servidor MCP', link: '/pt-br/guide/mcp-server' }, + { text: 'GitHub Actions', link: '/pt-br/guide/github-actions' }, { text: 'Usando Repomix como Biblioteca', link: '/pt-br/guide/development/using-repomix-as-a-library' }, { text: 'Dicas de Desenvolvimento Assistido por IA', link: '/pt-br/guide/tips/best-practices' }, + ], + }, + { + text: 'Comunidade', + items: [ { text: 'Contribuindo para o Repomix', link: '/pt-br/guide/development/' }, + { text: 'Patrocinadores', link: '/pt-br/guide/sponsors' }, ], }, ], diff --git a/website/client/.vitepress/config/configVi.ts b/website/client/.vitepress/config/configVi.ts index 9b97bacff..37339865b 100644 --- a/website/client/.vitepress/config/configVi.ts +++ b/website/client/.vitepress/config/configVi.ts @@ -21,6 +21,7 @@ export const configVi = defineConfig({ { text: 'Cài đặt', link: '/vi/guide/installation' }, { text: 'Sử dụng cơ bản', link: '/vi/guide/usage' }, { text: 'Ví dụ Prompt', link: '/vi/guide/prompt-examples' }, + { text: 'Trường Hợp Sử Dụng', link: '/vi/guide/use-cases' }, ], }, { @@ -30,23 +31,29 @@ export const configVi = defineConfig({ { text: 'Tùy chọn dòng lệnh', link: '/vi/guide/command-line-options' }, { text: 'Cấu hình', link: '/vi/guide/configuration' }, { text: 'Hướng dẫn tùy chỉnh', link: '/vi/guide/custom-instructions' }, - { text: 'Xử lý kho lưu trữ từ xa', link: '/vi/guide/remote-repository-processing' }, + { text: 'Xử lý kho lưu trữ GitHub', link: '/vi/guide/remote-repository-processing' }, { text: 'Xóa bình luận', link: '/vi/guide/comment-removal' }, { text: 'Nén mã', link: '/vi/guide/code-compress' }, { text: 'Bảo mật', link: '/vi/guide/security' }, - { text: 'Máy chủ MCP', link: '/vi/guide/mcp-server' }, - { text: 'GitHub Actions', link: '/vi/guide/github-actions' }, ], }, { text: 'Nâng cao', items: [ + { text: 'Máy chủ MCP', link: '/vi/guide/mcp-server' }, + { text: 'GitHub Actions', link: '/vi/guide/github-actions' }, { text: 'Sử dụng Repomix như một thư viện', link: '/vi/guide/development/using-repomix-as-a-library', }, { text: 'Mẹo phát triển hỗ trợ AI', link: '/vi/guide/tips/best-practices' }, + ], + }, + { + text: 'Cộng đồng', + items: [ { text: 'Đóng góp cho Repomix', link: '/vi/guide/development/' }, + { text: 'Nhà tài trợ', link: '/vi/guide/sponsors' }, ], }, ], diff --git a/website/client/.vitepress/config/configZhCn.ts b/website/client/.vitepress/config/configZhCn.ts index 20ec39525..91feefed9 100644 --- a/website/client/.vitepress/config/configZhCn.ts +++ b/website/client/.vitepress/config/configZhCn.ts @@ -18,6 +18,7 @@ export const configZhCn = defineConfig({ { text: '安装', link: '/zh-cn/guide/installation' }, { text: '基本用法', link: '/zh-cn/guide/usage' }, { text: '提示示例', link: '/zh-cn/guide/prompt-examples' }, + { text: '使用场景', link: '/zh-cn/guide/use-cases' }, ], }, { @@ -27,20 +28,26 @@ export const configZhCn = defineConfig({ { text: '命令行选项', link: '/zh-cn/guide/command-line-options' }, { text: '配置', link: '/zh-cn/guide/configuration' }, { text: '自定义指令', link: '/zh-cn/guide/custom-instructions' }, - { text: '远程仓库处理', link: '/zh-cn/guide/remote-repository-processing' }, + { text: 'GitHub仓库处理', link: '/zh-cn/guide/remote-repository-processing' }, { text: '注释移除', link: '/zh-cn/guide/comment-removal' }, { text: '代码压缩', link: '/zh-cn/guide/code-compress' }, { text: '安全性', link: '/zh-cn/guide/security' }, - { text: 'MCP 服务器', link: '/zh-cn/guide/mcp-server' }, - { text: 'GitHub Actions', link: '/zh-cn/guide/github-actions' }, ], }, { text: '高级', items: [ + { text: 'MCP 服务器', link: '/zh-cn/guide/mcp-server' }, + { text: 'GitHub Actions', link: '/zh-cn/guide/github-actions' }, { text: '作为库使用 Repomix', link: '/zh-cn/guide/development/using-repomix-as-a-library' }, { text: 'AI辅助开发技巧', link: '/zh-cn/guide/tips/best-practices' }, + ], + }, + { + text: '社区', + items: [ { text: '为Repomix做贡献', link: '/zh-cn/guide/development/' }, + { text: '赞助商', link: '/zh-cn/guide/sponsors' }, ], }, ], diff --git a/website/client/.vitepress/config/configZhTw.ts b/website/client/.vitepress/config/configZhTw.ts index 7750ef45c..b8caff26f 100644 --- a/website/client/.vitepress/config/configZhTw.ts +++ b/website/client/.vitepress/config/configZhTw.ts @@ -21,6 +21,7 @@ export const configZhTw = defineConfig({ { text: '安裝', link: '/zh-tw/guide/installation' }, { text: '基本用法', link: '/zh-tw/guide/usage' }, { text: '提示範例', link: '/zh-tw/guide/prompt-examples' }, + { text: '使用案例', link: '/zh-tw/guide/use-cases' }, ], }, { @@ -30,20 +31,26 @@ export const configZhTw = defineConfig({ { text: '命令行選項', link: '/zh-tw/guide/command-line-options' }, { text: '配置', link: '/zh-tw/guide/configuration' }, { text: '自定義指令', link: '/zh-tw/guide/custom-instructions' }, - { text: '遠端倉庫處理', link: '/zh-tw/guide/remote-repository-processing' }, + { text: 'GitHub倉庫處理', link: '/zh-tw/guide/remote-repository-processing' }, { text: '註釋移除', link: '/zh-tw/guide/comment-removal' }, { text: '程式碼壓縮', link: '/zh-tw/guide/code-compress' }, { text: '安全性', link: '/zh-tw/guide/security' }, - { text: 'MCP 伺服器', link: '/zh-tw/guide/mcp-server' }, - { text: 'GitHub Actions', link: '/zh-tw/guide/github-actions' }, ], }, { text: '高級', items: [ + { text: 'MCP 伺服器', link: '/zh-tw/guide/mcp-server' }, + { text: 'GitHub Actions', link: '/zh-tw/guide/github-actions' }, { text: '作為庫使用 Repomix', link: '/zh-tw/guide/development/using-repomix-as-a-library' }, { text: 'AI輔助開發技巧', link: '/zh-tw/guide/tips/best-practices' }, + ], + }, + { + text: '社群', + items: [ { text: '為Repomix做貢獻', link: '/zh-tw/guide/development/' }, + { text: '贊助商', link: '/zh-tw/guide/sponsors' }, ], }, ], diff --git a/website/client/src/de/guide/index.md b/website/client/src/de/guide/index.md index d5126fc7c..2d9ed2bad 100644 --- a/website/client/src/de/guide/index.md +++ b/website/client/src/de/guide/index.md @@ -6,7 +6,7 @@ import YouTubeVideo from '../../../components/YouTubeVideo.vue' import { VIDEO_IDS } from '../../../utils/videos' -Repomix ist ein Tool, das Ihr gesamtes Repository in eine einzige, KI-freundliche Datei verpackt. Es wurde entwickelt, um Ihren Codebase an große Sprachmodelle (LLMs) wie ChatGPT, DeepSeek, Perplexity, Gemini, Gemma, Llama, Grok und mehr zu übergeben. +Repomix ist ein Tool, das Ihr gesamtes Repository in eine einzige, KI-freundliche Datei verpackt. Es wurde entwickelt, um Ihren Codebase an große Sprachmodelle (LLMs) wie ChatGPT, Claude, Gemini, Grok, DeepSeek, Perplexity, Gemma, Llama und mehr zu übergeben. @@ -41,6 +41,12 @@ Bei der Diskussion spezifischer Änderungen kann die KI bei der Code-Generierung Viel Spaß beim Programmieren! 🚀 +## Warum Repomix? + +Repomix zeichnet sich durch seine Fähigkeit aus, mit Abonnement-Services wie ChatGPT, Claude, Gemini, Grok zu arbeiten, ohne sich um Kosten sorgen zu müssen, während es einen vollständigen Codebase-Kontext bereitstellt, der die Notwendigkeit zur Dateierkundung eliminiert – was die Analyse schneller und oft genauer macht. + +Mit der gesamten Codebase als verfügbarem Kontext ermöglicht Repomix eine breite Palette von Anwendungen, einschließlich Implementierungsplanung, Fehleruntersuchung, Sicherheitsprüfungen von Drittanbieter-Bibliotheken, Dokumentationsgenerierung und vieles mehr. + ## Kernfunktionen - **KI-optimierte Ausgabe**: Formatiert Ihren Codebase für einfache KI-Verarbeitung diff --git a/website/client/src/de/guide/remote-repository-processing.md b/website/client/src/de/guide/remote-repository-processing.md index c6415254d..3e207b059 100644 --- a/website/client/src/de/guide/remote-repository-processing.md +++ b/website/client/src/de/guide/remote-repository-processing.md @@ -1,4 +1,4 @@ -# Remote-Repository-Verarbeitung +# GitHub-Repository-Verarbeitung ## Grundlegende Verwendung diff --git a/website/client/src/de/guide/sponsors.md b/website/client/src/de/guide/sponsors.md new file mode 100644 index 000000000..6885bb4d4 --- /dev/null +++ b/website/client/src/de/guide/sponsors.md @@ -0,0 +1,41 @@ +--- +title: Sponsoren +description: Unterstützen Sie die Repomix-Entwicklung und lernen Sie unsere großartigen Sponsoren kennen +editLink: false +--- + +# Sponsoren 💖 + +Vielen Dank an alle großartigen Personen und Organisationen, die Repomix unterstützen! Ihr Sponsoring hilft uns dabei, dieses Tool für die gesamte Community zu pflegen und zu verbessern. + +## Wie man Sponsor wird + +Sie können die Repomix-Entwicklung über **[GitHub Sponsors](https://github.com/sponsors/yamadashy)** unterstützen. + +### Warum sponsern? + +Ihr Sponsoring hilft uns dabei: +- Repomix zu pflegen und zu verbessern +- Neue Features und Funktionen zu entwickeln +- Bessere Dokumentation und Support bereitzustellen +- Das Projekt kostenlos und Open Source zu halten +- Das breitere AI-Entwickler-Tools-Ökosystem zu unterstützen + +## Aktuelle Sponsoren + +
+ Besonderen Dank an: + + + Warp sponsorship + + + [Warp, das Agent-Terminal für Entwickler](https://www.warp.dev/repomix) + [Verfügbar für MacOS, Linux und Windows](https://www.warp.dev/repomix) +
+ +[![Sponsors](https://cdn.jsdelivr.net/gh/yamadashy/sponsor-list/sponsors/sponsors.png)](https://github.com/sponsors/yamadashy) + +--- + +*Repomix wird durch die großzügige Unterstützung unserer Sponsoren und der Open-Source-Community ermöglicht. Vielen Dank! ❤️* \ No newline at end of file diff --git a/website/client/src/de/guide/use-cases.md b/website/client/src/de/guide/use-cases.md new file mode 100644 index 000000000..6dd46e334 --- /dev/null +++ b/website/client/src/de/guide/use-cases.md @@ -0,0 +1,90 @@ +# Anwendungsfälle + +Die Stärke von Repomix liegt in der Fähigkeit, mit Abonnement-Services wie ChatGPT, Claude, Gemini, Grok zu arbeiten, ohne sich um Kosten sorgen zu müssen, während es einen vollständigen Codebase-Kontext bereitstellt, der die Notwendigkeit der Dateierkundung eliminiert—was die Analyse schneller und oft genauer macht. + +Mit der gesamten Codebase als Kontext verfügbar, ermöglicht Repomix eine breite Palette von Anwendungen einschließlich Implementierungsplanung, Fehleruntersuchung, Sicherheitsprüfungen von Drittanbieterbibliotheken, Dokumentationsgenerierung und vieles mehr. + +## Code-Analyse & Untersuchung & Refactoring + +### Fehleruntersuchung +Teilen Sie Ihre gesamte Codebase mit KI, um die Grundursache von Problemen über mehrere Dateien und Abhängigkeiten hinweg zu identifizieren. + +``` +Diese Codebase hat ein Memory-Leak-Problem im Server. Die Anwendung stürzt nach mehreren Stunden Laufzeit ab. Bitte analysieren Sie die gesamte Codebase und identifizieren Sie potenzielle Ursachen. +``` + +### Implementierungsplanung +Erhalten Sie umfassende Implementierungsberatung, die Ihre gesamte Codebase-Architektur und bestehende Muster berücksichtigt. + +``` +Ich möchte Benutzerauthentifizierung zu dieser Anwendung hinzufügen. Bitte überprüfen Sie die aktuelle Codebase-Struktur und schlagen Sie den besten Ansatz vor, der zur bestehenden Architektur passt. +``` + +### Refactoring-Unterstützung +Erhalten Sie Refactoring-Vorschläge, die Konsistenz in Ihrer gesamten Codebase aufrechterhalten. + +``` +Diese Codebase benötigt Refactoring zur Verbesserung der Wartbarkeit. Bitte schlagen Sie Verbesserungen vor, während die bestehende Funktionalität intakt bleibt. +``` + +### Code-Review +Umfassende Code-Review, die den gesamten Projektkontext berücksichtigt. + +``` +Bitte überprüfen Sie diese Codebase, als würden Sie eine gründliche Code-Review durchführen. Konzentrieren Sie sich auf Code-Qualität, potenzielle Probleme und Verbesserungsvorschläge. +``` + + +## Dokumentation & Wissen + +### Dokumentationsgenerierung +Generieren Sie umfassende Dokumentation, die Ihre gesamte Codebase abdeckt. + +``` +Generieren Sie umfassende Dokumentation für diese Codebase, einschließlich API-Dokumentation, Setup-Anweisungen und Entwicklerleitfäden. +``` + +### Wissensextraktion +Extrahieren Sie technisches Wissen und Muster aus Ihrer Codebase. + +``` +Extrahieren und dokumentieren Sie die wichtigsten Architekturmuster, Designentscheidungen und bewährten Praktiken, die in dieser Codebase verwendet werden. +``` + +## Analyse von Drittanbieterbibliotheken + +### Abhängigkeitssicherheitsaudit +Analysieren Sie Drittanbieterbibliotheken und Abhängigkeiten auf Sicherheitsprobleme. + +``` +Bitte analysieren Sie alle Drittanbieterabhängigkeiten in dieser Codebase auf potenzielle Sicherheitslücken und schlagen Sie sicherere Alternativen vor, wo nötig. +``` + +### Bibliotheksintegrationsanalyse +Verstehen Sie, wie externe Bibliotheken in Ihre Codebase integriert sind. + +``` +Analysieren Sie, wie diese Codebase externe Bibliotheken integriert und schlagen Sie Verbesserungen für bessere Wartbarkeit vor. +``` + +## Realitätsnahe Beispiele + +### LLM Code-Generierungs-Workflow +Ein Entwickler teilt mit, wie er Repomix verwendet, um Code-Kontext aus bestehenden Codebases zu extrahieren und dann diesen Kontext mit LLMs wie Claude und Aider für schrittweise Verbesserungen, Code-Reviews und automatisierte Dokumentationsgenerierung zu nutzen. + +**Anwendungsfall**: Optimierter Entwicklungsworkflow mit KI-Unterstützung +- Vollständigen Codebase-Kontext extrahieren +- Kontext für LLMs zur besseren Code-Generierung bereitstellen +- Konsistenz im gesamten Projekt aufrechterhalten + +[Den vollständigen Workflow lesen →](https://harper.blog/2025/02/16/my-llm-codegen-workflow-atm/) + +### Erstellen von Wissensdatenpaketen für LLMs +Autoren verwenden Repomix, um ihre geschriebenen Inhalte—Blogs, Dokumentation und Bücher—in LLM-kompatible Formate zu verpacken, wodurch Leser durch KI-gestützte Q&A-Systeme mit ihrem Fachwissen interagieren können. + +**Anwendungsfall**: Wissensaustausch und interaktive Dokumentation +- Dokumentation in KI-freundliche Formate verpacken +- Interaktive Q&A mit Inhalten ermöglichen +- Umfassende Wissensbasen erstellen + +[Mehr über Wissensdatenpakete erfahren →](https://lethain.com/competitive-advantage-author-llms/) \ No newline at end of file diff --git a/website/client/src/de/index.md b/website/client/src/de/index.md index cfc223fe4..5cad3035c 100644 --- a/website/client/src/de/index.md +++ b/website/client/src/de/index.md @@ -66,6 +66,12 @@ Bei der Diskussion spezifischer Änderungen kann die KI bei der Code-Generierung Viel Spaß beim Programmieren! 🚀 +## Warum Repomix? + +Repomix zeichnet sich durch seine Fähigkeit aus, mit Abonnement-Services wie ChatGPT, Claude, Gemini, Grok zu arbeiten, ohne sich um Kosten sorgen zu müssen, während es einen vollständigen Codebase-Kontext bereitstellt, der die Notwendigkeit zur Dateierkundung eliminiert – was die Analyse schneller und oft genauer macht. + +Mit der gesamten Codebase als verfügbarem Kontext ermöglicht Repomix eine breite Palette von Anwendungen, einschließlich Implementierungsplanung, Fehleruntersuchung, Sicherheitsprüfungen von Drittanbieter-Bibliotheken, Dokumentationsgenerierung und vieles mehr. + ## Verwendung des CLI-Tools {#using-the-cli-tool} Repomix kann als Kommandozeilen-Tool verwendet werden und bietet leistungsstarke Funktionen und Anpassungsoptionen. @@ -204,6 +210,16 @@ Erstellen Sie eine `repomix.config.json` für dauerhafte Einstellungen: } ``` +## Anwendungsfälle aus der Praxis + +### [LLM Code-Generierungs-Workflow](https://harper.blog/2025/02/16/my-llm-codegen-workflow-atm/) + +Ein Entwickler teilt, wie er Repomix verwendet, um Code-Kontext aus bestehenden Codebasen zu extrahieren und diesen Kontext dann mit LLMs wie Claude und Aider für inkrementelle Verbesserungen, Code-Reviews und automatisierte Dokumentationsgenerierung nutzt. + +### [Erstellung von Wissensdatenpaketen für LLMs](https://lethain.com/competitive-advantage-author-llms/) + +Autoren verwenden Repomix, um ihre schriftlichen Inhalte – Blogs, Dokumentationen und Bücher – in LLM-kompatible Formate zu verpacken, wodurch Leser über KI-gestützte Q&A-Systeme mit ihrer Expertise interagieren können. + ## Power-User-Leitfaden Repomix bietet leistungsstarke Funktionen für fortgeschrittene Anwendungsfälle. Hier sind einige wichtige Leitfäden für Power-User: diff --git a/website/client/src/en/guide/index.md b/website/client/src/en/guide/index.md index bf532b9b6..aa5881736 100644 --- a/website/client/src/en/guide/index.md +++ b/website/client/src/en/guide/index.md @@ -6,7 +6,7 @@ import YouTubeVideo from '../../../components/YouTubeVideo.vue' import { VIDEO_IDS } from '../../../utils/videos' -Repomix is a tool that packs your entire repository into a single, AI-friendly file. It's designed to help you feed your codebase to Large Language Models (LLMs) like ChatGPT, DeepSeek, Perplexity, Gemini, Gemma, Llama, Grok, and more. +Repomix is a tool that packs your entire repository into a single, AI-friendly file. It's designed to help you feed your codebase to Large Language Models (LLMs) like ChatGPT, Claude, Gemini, Grok, DeepSeek, Perplexity, Gemma, Llama, and more. @@ -41,6 +41,12 @@ When discussing specific changes, the AI can help generate code. With features l Happy coding! 🚀 +## Why Repomix? + +Repomix's strength lies in its ability to work with any subscription service like ChatGPT, Claude, Gemini, Grok without worrying about costs, while providing complete codebase context that eliminates the need for file exploration—making analysis faster and often more accurate. + +With the entire codebase available as context, Repomix enables a wide range of applications including implementation planning, bug investigation, third-party library security checks, documentation generation, and much more. + ## Core Features - **AI-Optimized Output**: Formats your codebase for easy AI processing diff --git a/website/client/src/en/guide/remote-repository-processing.md b/website/client/src/en/guide/remote-repository-processing.md index 4bd3d81ba..193abeac6 100644 --- a/website/client/src/en/guide/remote-repository-processing.md +++ b/website/client/src/en/guide/remote-repository-processing.md @@ -1,4 +1,4 @@ -# Remote Repository Processing +# GitHub Repository Processing ## Basic Usage diff --git a/website/client/src/en/guide/sponsors.md b/website/client/src/en/guide/sponsors.md new file mode 100644 index 000000000..a640b5ad7 --- /dev/null +++ b/website/client/src/en/guide/sponsors.md @@ -0,0 +1,41 @@ +--- +title: Sponsors +description: Support Repomix development and meet our amazing sponsors +editLink: false +--- + +# Sponsors 💖 + +Thank you to all the amazing people and organizations who support Repomix! Your sponsorship helps us maintain and improve this tool for the entire community. + +## How to Become a Sponsor + +You can sponsor Repomix development through **[GitHub Sponsors](https://github.com/sponsors/yamadashy)**. + +### Why Sponsor? + +Your sponsorship helps us: +- Maintain and improve Repomix +- Develop new features and capabilities +- Provide better documentation and support +- Keep the project free and open source +- Support the broader AI developer tools ecosystem + +## Current Sponsors + +
+ Special thanks to: + + + Warp sponsorship + + + [Warp, the agent terminal for developers](https://www.warp.dev/repomix) + [Available for MacOS, Linux, & Windows](https://www.warp.dev/repomix) +
+ +[![Sponsors](https://cdn.jsdelivr.net/gh/yamadashy/sponsor-list/sponsors/sponsors.png)](https://github.com/sponsors/yamadashy) + +--- + +*Repomix is made possible by the generous support of our sponsors and the open source community. Thank you! ❤️* diff --git a/website/client/src/en/guide/use-cases.md b/website/client/src/en/guide/use-cases.md new file mode 100644 index 000000000..2dae57f69 --- /dev/null +++ b/website/client/src/en/guide/use-cases.md @@ -0,0 +1,90 @@ +# Use Cases + +Repomix's strength lies in its ability to work with any subscription service like ChatGPT, Claude, Gemini, Grok without worrying about costs, while providing complete codebase context that eliminates the need for file exploration—making analysis faster and often more accurate. + +With the entire codebase available as context, Repomix enables a wide range of applications including implementation planning, bug investigation, third-party library security checks, documentation generation, and much more. + +## Code Analysis & Investigation & Refactoring + +### Bug Investigation +Share your entire codebase with AI to identify the root cause of issues across multiple files and dependencies. + +``` +This codebase has a memory leak issue in the server. The application crashes after running for several hours. Please analyze the entire codebase and identify potential causes. +``` + +### Implementation Planning +Get comprehensive implementation advice that considers your entire codebase architecture and existing patterns. + +``` +I want to add user authentication to this application. Please review the current codebase structure and suggest the best approach that fits with the existing architecture. +``` + +### Refactoring Assistance +Get refactoring suggestions that maintain consistency across your entire codebase. + +``` +This codebase needs refactoring to improve maintainability. Please suggest improvements while keeping the existing functionality intact. +``` + +### Code Review +Comprehensive code review that considers the entire project context. + +``` +Please review this codebase as if you were doing a thorough code review. Focus on code quality, potential issues, and improvement suggestions. +``` + + +## Documentation & Knowledge + +### Documentation Generation +Generate comprehensive documentation that covers your entire codebase. + +``` +Generate comprehensive documentation for this codebase, including API documentation, setup instructions, and developer guides. +``` + +### Knowledge Extraction +Extract technical knowledge and patterns from your codebase. + +``` +Extract and document the key architectural patterns, design decisions, and best practices used in this codebase. +``` + +## Third-Party Library Analysis + +### Dependency Security Audit +Analyze third-party libraries and dependencies for security issues. + +``` +Please analyze all third-party dependencies in this codebase for potential security vulnerabilities and suggest safer alternatives where needed. +``` + +### Library Integration Analysis +Understand how external libraries are integrated into your codebase. + +``` +Analyze how this codebase integrates with external libraries and suggest improvements for better maintainability. +``` + +## Real-World Examples + +### LLM Code Generation Workflow +A developer shares how they use Repomix to extract code context from existing codebases, then leverage that context with LLMs like Claude and Aider for incremental improvements, code reviews, and automated documentation generation. + +**Use Case**: Streamlined development workflow with AI assistance +- Extract complete codebase context +- Provide context to LLMs for better code generation +- Maintain consistency across the entire project + +[Read the full workflow →](https://harper.blog/2025/02/16/my-llm-codegen-workflow-atm/) + +### Creating Knowledge Datapacks for LLMs +Authors are using Repomix to package their written content—blogs, documentation, and books—into LLM-compatible formats, enabling readers to interact with their expertise through AI-powered Q&A systems. + +**Use Case**: Knowledge sharing and interactive documentation +- Package documentation into AI-friendly formats +- Enable interactive Q&A with content +- Create comprehensive knowledge bases + +[Learn more about knowledge datapacks →](https://lethain.com/competitive-advantage-author-llms/) diff --git a/website/client/src/en/index.md b/website/client/src/en/index.md index c3455e522..d835254f8 100644 --- a/website/client/src/en/index.md +++ b/website/client/src/en/index.md @@ -66,6 +66,12 @@ When discussing specific changes, the AI can help generate code. With features l Happy coding! 🚀 +## Why Repomix? + +Repomix's strength lies in its ability to work with any subscription service like ChatGPT, Claude, Gemini, Grok without worrying about costs, while providing complete codebase context that eliminates the need for file exploration—making analysis faster and often more accurate. + +With the entire codebase available as context, Repomix enables a wide range of applications including implementation planning, bug investigation, third-party library security checks, documentation generation, and much more. + ## Using the CLI Tool {#using-the-cli-tool} Repomix can be used as a command-line tool, offering powerful features and customization options. @@ -206,6 +212,16 @@ Create a `repomix.config.json` for persistent settings: } ``` +## Real-World Use Cases + +### [LLM Code Generation Workflow](https://harper.blog/2025/02/16/my-llm-codegen-workflow-atm/) + +A developer shares how they use Repomix to extract code context from existing codebases, then leverage that context with LLMs like Claude and Aider for incremental improvements, code reviews, and automated documentation generation. + +### [Creating Knowledge Datapacks for LLMs](https://lethain.com/competitive-advantage-author-llms/) + +Authors are using Repomix to package their written content—blogs, documentation, and books—into LLM-compatible formats, enabling readers to interact with their expertise through AI-powered Q&A systems. + ## Power Users Guide Repomix offers powerful features for advanced use cases. Here are some essential guides for power users: diff --git a/website/client/src/es/guide/index.md b/website/client/src/es/guide/index.md index 7d8633394..dc521c300 100644 --- a/website/client/src/es/guide/index.md +++ b/website/client/src/es/guide/index.md @@ -6,7 +6,7 @@ import YouTubeVideo from '../../../components/YouTubeVideo.vue' import { VIDEO_IDS } from '../../../utils/videos' -Repomix es una herramienta que empaqueta todo tu repositorio en un solo archivo amigable para la IA. Está diseñado para ayudarte a alimentar tu código a modelos de lenguaje grandes (LLMs) como ChatGPT, DeepSeek, Perplexity, Gemini, Gemma, Llama, Grok y más. +Repomix es una herramienta que empaqueta todo tu repositorio en un solo archivo amigable para la IA. Está diseñado para ayudarte a alimentar tu código a modelos de lenguaje grandes (LLMs) como ChatGPT, Claude, Gemini, Grok, DeepSeek, Perplexity, Gemma, Llama y más. @@ -41,6 +41,12 @@ Al discutir cambios específicos, la IA puede ayudar a generar código. Con func ¡Feliz programación! 🚀 +## ¿Por qué Repomix? + +La fortaleza de Repomix radica en su capacidad de trabajar con servicios de suscripción como ChatGPT, Claude, Gemini, Grok sin preocuparse por los costos, mientras proporciona un contexto completo de la base de código que elimina la necesidad de explorar archivos, haciendo el análisis más rápido y a menudo más preciso. + +Con toda la base de código disponible como contexto, Repomix permite una amplia gama de aplicaciones que incluyen planificación de implementación, investigación de errores, verificaciones de seguridad de bibliotecas de terceros, generación de documentación y mucho más. + ## Características principales - **Salida optimizada para IA**: Formatea tu código para un fácil procesamiento por parte de la IA diff --git a/website/client/src/es/guide/remote-repository-processing.md b/website/client/src/es/guide/remote-repository-processing.md index 5fc957141..d592848e7 100644 --- a/website/client/src/es/guide/remote-repository-processing.md +++ b/website/client/src/es/guide/remote-repository-processing.md @@ -1,4 +1,4 @@ -# Procesamiento de repositorios remotos +# Procesamiento de repositorios de GitHub ## Uso básico diff --git a/website/client/src/es/guide/sponsors.md b/website/client/src/es/guide/sponsors.md new file mode 100644 index 000000000..6abefc462 --- /dev/null +++ b/website/client/src/es/guide/sponsors.md @@ -0,0 +1,41 @@ +--- +title: Patrocinadores +description: Apoya el desarrollo de Repomix y conoce a nuestros increíbles patrocinadores +editLink: false +--- + +# Patrocinadores 💖 + +¡Gracias a todas las personas y organizaciones increíbles que apoyan a Repomix! Su patrocinio nos ayuda a mantener y mejorar esta herramienta para toda la comunidad. + +## Cómo convertirse en patrocinador + +Puedes apoyar el desarrollo de Repomix a través de **[GitHub Sponsors](https://github.com/sponsors/yamadashy)**. + +### ¿Por qué patrocinar? + +Tu patrocinio nos ayuda a: +- Mantener y mejorar Repomix +- Desarrollar nuevas características y capacidades +- Proporcionar mejor documentación y soporte +- Mantener el proyecto gratuito y de código abierto +- Apoyar el ecosistema más amplio de herramientas de desarrollo de IA + +## Patrocinadores actuales + +
+ Agradecimientos especiales a: + + + Warp sponsorship + + + [Warp, la terminal inteligente para desarrolladores](https://www.warp.dev/repomix) + [Disponible para MacOS, Linux y Windows](https://www.warp.dev/repomix) +
+ +[![Sponsors](https://cdn.jsdelivr.net/gh/yamadashy/sponsor-list/sponsors/sponsors.png)](https://github.com/sponsors/yamadashy) + +--- + +*Repomix es posible gracias al generoso apoyo de nuestros patrocinadores y la comunidad de código abierto. ¡Gracias! ❤️* \ No newline at end of file diff --git a/website/client/src/es/guide/use-cases.md b/website/client/src/es/guide/use-cases.md new file mode 100644 index 000000000..439f5dbbc --- /dev/null +++ b/website/client/src/es/guide/use-cases.md @@ -0,0 +1,90 @@ +# Casos de Uso + +La fortaleza de Repomix radica en su capacidad para trabajar con servicios de suscripción como ChatGPT, Claude, Gemini, Grok sin preocuparse por los costos, mientras proporciona un contexto completo del código base que elimina la necesidad de explorar archivos, haciendo que el análisis sea más rápido y a menudo más preciso. + +Con toda la base de código disponible como contexto, Repomix permite una amplia gama de aplicaciones incluyendo planificación de implementación, investigación de errores, verificaciones de seguridad de bibliotecas de terceros, generación de documentación y mucho más. + +## Análisis e Investigación y Refactorización de Código + +### Investigación de Errores +Comparte toda tu base de código con IA para identificar la causa raíz de problemas a través de múltiples archivos y dependencias. + +``` +Esta base de código tiene un problema de fuga de memoria en el servidor. La aplicación se bloquea después de ejecutarse durante varias horas. Por favor analiza toda la base de código e identifica las causas potenciales. +``` + +### Planificación de Implementación +Obtén consejos de implementación integral que consideren toda la arquitectura de tu base de código y patrones existentes. + +``` +Quiero agregar autenticación de usuario a esta aplicación. Por favor revisa la estructura actual de la base de código y sugiere el mejor enfoque que se adapte a la arquitectura existente. +``` + +### Asistencia de Refactorización +Obtén sugerencias de refactorización que mantengan la consistencia en toda tu base de código. + +``` +Esta base de código necesita refactorización para mejorar la mantenibilidad. Por favor sugiere mejoras manteniendo intacta la funcionalidad existente. +``` + +### Revisión de Código +Revisión integral de código que considera todo el contexto del proyecto. + +``` +Por favor revisa esta base de código como si estuvieras haciendo una revisión exhaustiva de código. Enfócate en la calidad del código, problemas potenciales y sugerencias de mejora. +``` + + +## Documentación y Conocimiento + +### Generación de Documentación +Genera documentación integral que cubra toda tu base de código. + +``` +Genera documentación integral para esta base de código, incluyendo documentación de API, instrucciones de configuración y guías para desarrolladores. +``` + +### Extracción de Conocimiento +Extrae conocimiento técnico y patrones de tu base de código. + +``` +Extrae y documenta los patrones arquitectónicos clave, decisiones de diseño y mejores prácticas utilizadas en esta base de código. +``` + +## Análisis de Bibliotecas de Terceros + +### Auditoría de Seguridad de Dependencias +Analiza bibliotecas de terceros y dependencias en busca de problemas de seguridad. + +``` +Por favor analiza todas las dependencias de terceros en esta base de código para vulnerabilidades de seguridad potenciales y sugiere alternativas más seguras donde sea necesario. +``` + +### Análisis de Integración de Bibliotecas +Comprende cómo las bibliotecas externas están integradas en tu base de código. + +``` +Analiza cómo esta base de código se integra con bibliotecas externas y sugiere mejoras para mejor mantenibilidad. +``` + +## Ejemplos del Mundo Real + +### Flujo de Trabajo de Generación de Código LLM +Un desarrollador comparte cómo usa Repomix para extraer contexto de código de bases de código existentes, luego aprovecha ese contexto con LLMs como Claude y Aider para mejoras incrementales, revisiones de código y generación automatizada de documentación. + +**Caso de Uso**: Flujo de trabajo de desarrollo optimizado con asistencia de IA +- Extraer contexto completo de la base de código +- Proporcionar contexto a LLMs para mejor generación de código +- Mantener consistencia en todo el proyecto + +[Lee el flujo de trabajo completo →](https://harper.blog/2025/02/16/my-llm-codegen-workflow-atm/) + +### Creando Paquetes de Datos de Conocimiento para LLMs +Los autores están usando Repomix para empaquetar su contenido escrito—blogs, documentación y libros—en formatos compatibles con LLM, permitiendo a los lectores interactuar con su experiencia a través de sistemas de preguntas y respuestas impulsados por IA. + +**Caso de Uso**: Compartir conocimiento y documentación interactiva +- Empaquetar documentación en formatos amigables para IA +- Habilitar preguntas y respuestas interactivas con contenido +- Crear bases de conocimiento integrales + +[Aprende más sobre paquetes de datos de conocimiento →](https://lethain.com/competitive-advantage-author-llms/) \ No newline at end of file diff --git a/website/client/src/es/index.md b/website/client/src/es/index.md index 7b6d10486..78bfadef6 100644 --- a/website/client/src/es/index.md +++ b/website/client/src/es/index.md @@ -66,7 +66,11 @@ Al discutir cambios específicos, la IA puede ayudar a generar código. Con func ¡Feliz programación! 🚀 +## ¿Por qué Repomix? +La fortaleza de Repomix radica en su capacidad de trabajar con servicios de suscripción como ChatGPT, Claude, Gemini, Grok sin preocuparse por los costos, mientras proporciona un contexto completo de la base de código que elimina la necesidad de explorar archivos, haciendo el análisis más rápido y a menudo más preciso. + +Con toda la base de código disponible como contexto, Repomix permite una amplia gama de aplicaciones que incluyen planificación de implementación, investigación de errores, verificaciones de seguridad de bibliotecas de terceros, generación de documentación y mucho más. ## Usando la herramienta CLI {#using-the-cli-tool} @@ -208,6 +212,16 @@ Crea un archivo `repomix.config.json` para configuraciones persistentes: } ``` +## Casos de Uso del Mundo Real + +### [Flujo de Trabajo de Generación de Código con LLM](https://harper.blog/2025/02/16/my-llm-codegen-workflow-atm/) + +Un desarrollador comparte cómo usa Repomix para extraer contexto de código de bases de código existentes, y luego aprovecha ese contexto con LLMs como Claude y Aider para mejoras incrementales, revisiones de código y generación automatizada de documentación. + +### [Creación de Paquetes de Conocimiento para LLMs](https://lethain.com/competitive-advantage-author-llms/) + +Los autores están usando Repomix para empaquetar su contenido escrito—blogs, documentación y libros—en formatos compatibles con LLM, permitiendo a los lectores interactuar con su experiencia a través de sistemas de preguntas y respuestas impulsados por IA. + ## Guía para Usuarios Avanzados Repomix ofrece características poderosas para casos de uso avanzados. Aquí tienes algunas guías esenciales para usuarios avanzados: diff --git a/website/client/src/fr/guide/index.md b/website/client/src/fr/guide/index.md index c4018a74a..2ea3c0005 100644 --- a/website/client/src/fr/guide/index.md +++ b/website/client/src/fr/guide/index.md @@ -6,7 +6,7 @@ import YouTubeVideo from '../../../components/YouTubeVideo.vue' import { VIDEO_IDS } from '../../../utils/videos' -Repomix est un outil qui regroupe l'ensemble de votre dépôt de code en un seul fichier adapté à l'IA. Il est conçu pour vous aider à fournir votre base de code aux Grands Modèles de Langage (LLMs) comme ChatGPT, DeepSeek, Perplexity, Gemini, Gemma, Llama, Grok, et plus encore. +Repomix est un outil qui regroupe l'ensemble de votre dépôt de code en un seul fichier adapté à l'IA. Il est conçu pour vous aider à fournir votre base de code aux Grands Modèles de Langage (LLMs) comme ChatGPT, Claude, Gemini, Grok, DeepSeek, Perplexity, Gemma, Llama, et plus encore. @@ -41,6 +41,12 @@ Lors de la discussion de modifications spécifiques, l'IA peut vous aider à gé Bon codage! 🚀 +## Pourquoi Repomix ? + +La force de Repomix réside dans sa capacité à fonctionner avec des services d'abonnement comme ChatGPT, Claude, Gemini, Grok sans se soucier des coûts, tout en fournissant un contexte complet de la base de code qui élimine le besoin d'exploration de fichiers, rendant l'analyse plus rapide et souvent plus précise. + +Avec l'ensemble de la base de code disponible comme contexte, Repomix permet une large gamme d'applications incluant la planification d'implémentation, l'investigation de bugs, les vérifications de sécurité de bibliothèques tierces, la génération de documentation et bien plus encore. + ## Fonctionnalités principales - **Sortie optimisée pour l'IA**: Formate votre base de code pour un traitement facile par l'IA diff --git a/website/client/src/fr/guide/remote-repository-processing.md b/website/client/src/fr/guide/remote-repository-processing.md index 1b9f714a0..e1f932c93 100644 --- a/website/client/src/fr/guide/remote-repository-processing.md +++ b/website/client/src/fr/guide/remote-repository-processing.md @@ -1,4 +1,4 @@ -# Traitement des dépôts distants +# Traitement des dépôts GitHub ## Utilisation de base diff --git a/website/client/src/fr/guide/sponsors.md b/website/client/src/fr/guide/sponsors.md new file mode 100644 index 000000000..aa547cd45 --- /dev/null +++ b/website/client/src/fr/guide/sponsors.md @@ -0,0 +1,41 @@ +--- +title: Sponsors +description: Soutenez le développement de Repomix et rencontrez nos formidables sponsors +editLink: false +--- + +# Sponsors 💖 + +Merci à toutes les personnes et organisations formidables qui soutiennent Repomix ! Votre parrainage nous aide à maintenir et améliorer cet outil pour toute la communauté. + +## Comment devenir sponsor + +Vous pouvez soutenir le développement de Repomix via **[GitHub Sponsors](https://github.com/sponsors/yamadashy)**. + +### Pourquoi sponsoriser ? + +Votre parrainage nous aide à : +- Maintenir et améliorer Repomix +- Développer de nouvelles fonctionnalités et capacités +- Fournir une meilleure documentation et support +- Maintenir le projet gratuit et open source +- Soutenir l'écosystème plus large des outils de développement IA + +## Sponsors actuels + +
+ Remerciements spéciaux à : + + + Warp sponsorship + + + [Warp, le terminal agent pour les développeurs](https://www.warp.dev/repomix) + [Disponible pour MacOS, Linux et Windows](https://www.warp.dev/repomix) +
+ +[![Sponsors](https://cdn.jsdelivr.net/gh/yamadashy/sponsor-list/sponsors/sponsors.png)](https://github.com/sponsors/yamadashy) + +--- + +*Repomix est rendu possible grâce au généreux soutien de nos sponsors et de la communauté open source. Merci ! ❤️* \ No newline at end of file diff --git a/website/client/src/fr/guide/use-cases.md b/website/client/src/fr/guide/use-cases.md new file mode 100644 index 000000000..3ee12c520 --- /dev/null +++ b/website/client/src/fr/guide/use-cases.md @@ -0,0 +1,90 @@ +# Cas d'Usage + +La force de Repomix réside dans sa capacité à fonctionner avec des services d'abonnement comme ChatGPT, Claude, Gemini, Grok sans se soucier des coûts, tout en fournissant un contexte complet de la base de code qui élimine le besoin d'exploration de fichiers—rendant l'analyse plus rapide et souvent plus précise. + +Avec l'ensemble de la base de code disponible comme contexte, Repomix permet une large gamme d'applications incluant la planification d'implémentation, l'investigation de bugs, les vérifications de sécurité des bibliothèques tierces, la génération de documentation, et bien plus encore. + +## Analyse & Investigation & Refactorisation de Code + +### Investigation de Bugs +Partagez votre base de code entière avec l'IA pour identifier la cause racine des problèmes à travers plusieurs fichiers et dépendances. + +``` +Cette base de code a un problème de fuite mémoire dans le serveur. L'application plante après avoir fonctionné pendant plusieurs heures. Veuillez analyser l'ensemble de la base de code et identifier les causes potentielles. +``` + +### Planification d'Implémentation +Obtenez des conseils d'implémentation complets qui prennent en compte l'architecture entière de votre base de code et les modèles existants. + +``` +Je veux ajouter l'authentification utilisateur à cette application. Veuillez examiner la structure actuelle de la base de code et suggérer la meilleure approche qui s'adapte à l'architecture existante. +``` + +### Assistance au Refactoring +Obtenez des suggestions de refactoring qui maintiennent la cohérence dans l'ensemble de votre base de code. + +``` +Cette base de code a besoin de refactoring pour améliorer la maintenabilité. Veuillez suggérer des améliorations tout en gardant la fonctionnalité existante intacte. +``` + +### Revue de Code +Revue de code complète qui considère l'ensemble du contexte du projet. + +``` +Veuillez examiner cette base de code comme si vous effectuiez une revue de code approfondie. Concentrez-vous sur la qualité du code, les problèmes potentiels et les suggestions d'amélioration. +``` + + +## Documentation & Connaissance + +### Génération de Documentation +Générez une documentation complète qui couvre l'ensemble de votre base de code. + +``` +Générez une documentation complète pour cette base de code, incluant la documentation d'API, les instructions d'installation et les guides développeur. +``` + +### Extraction de Connaissances +Extrayez les connaissances techniques et les modèles de votre base de code. + +``` +Extrayez et documentez les modèles architecturaux clés, les décisions de conception et les meilleures pratiques utilisées dans cette base de code. +``` + +## Analyse de Bibliothèques Tierces + +### Audit de Sécurité des Dépendances +Analysez les bibliothèques tierces et les dépendances pour des problèmes de sécurité. + +``` +Veuillez analyser toutes les dépendances tierces dans cette base de code pour des vulnérabilités de sécurité potentielles et suggérer des alternatives plus sûres où nécessaire. +``` + +### Analyse d'Intégration de Bibliothèques +Comprenez comment les bibliothèques externes sont intégrées dans votre base de code. + +``` +Analysez comment cette base de code s'intègre avec les bibliothèques externes et suggérez des améliorations pour une meilleure maintenabilité. +``` + +## Exemples du Monde Réel + +### Flux de Travail de Génération de Code LLM +Un développeur partage comment il utilise Repomix pour extraire le contexte de code des bases de code existantes, puis exploite ce contexte avec des LLM comme Claude et Aider pour des améliorations incrémentielles, des revues de code et la génération automatisée de documentation. + +**Cas d'Usage** : Flux de travail de développement rationalisé avec assistance IA +- Extraire le contexte complet de la base de code +- Fournir le contexte aux LLM pour une meilleure génération de code +- Maintenir la cohérence dans l'ensemble du projet + +[Lire le flux de travail complet →](https://harper.blog/2025/02/16/my-llm-codegen-workflow-atm/) + +### Créer des Paquets de Données de Connaissances pour les LLM +Les auteurs utilisent Repomix pour empaqueter leur contenu écrit—blogs, documentation et livres—dans des formats compatibles LLM, permettant aux lecteurs d'interagir avec leur expertise à travers des systèmes de Q&R alimentés par l'IA. + +**Cas d'Usage** : Partage de connaissances et documentation interactive +- Empaqueter la documentation dans des formats adaptés à l'IA +- Permettre des Q&R interactives avec le contenu +- Créer des bases de connaissances complètes + +[En savoir plus sur les paquets de données de connaissances →](https://lethain.com/competitive-advantage-author-llms/) \ No newline at end of file diff --git a/website/client/src/fr/index.md b/website/client/src/fr/index.md index 42a1e7c77..5161dcc02 100644 --- a/website/client/src/fr/index.md +++ b/website/client/src/fr/index.md @@ -63,6 +63,12 @@ Lors de la discussion de modifications spécifiques, l'IA peut vous aider à gé Bon codage ! 🚀 +## Pourquoi Repomix ? + +La force de Repomix réside dans sa capacité à fonctionner avec des services d'abonnement comme ChatGPT, Claude, Gemini, Grok sans se soucier des coûts, tout en fournissant un contexte complet de la base de code qui élimine le besoin d'exploration de fichiers, rendant l'analyse plus rapide et souvent plus précise. + +Avec l'ensemble de la base de code disponible comme contexte, Repomix permet une large gamme d'applications incluant la planification d'implémentation, l'investigation de bugs, les vérifications de sécurité de bibliothèques tierces, la génération de documentation et bien plus encore. + ## Utilisation de l'outil CLI {#using-the-cli-tool} Repomix peut être utilisé comme un outil en ligne de commande, offrant des fonctionnalités puissantes et des options de personnalisation. @@ -201,6 +207,16 @@ Créez un `repomix.config.json` pour des paramètres persistants : } ``` +## Cas d'Usage Réels + +### [Flux de Travail de Génération de Code avec LLM](https://harper.blog/2025/02/16/my-llm-codegen-workflow-atm/) + +Un développeur partage comment il utilise Repomix pour extraire le contexte du code des bases de code existantes, puis exploite ce contexte avec des LLMs comme Claude et Aider pour des améliorations incrémentales, des revues de code et la génération automatisée de documentation. + +### [Création de Paquets de Connaissances pour les LLMs](https://lethain.com/competitive-advantage-author-llms/) + +Les auteurs utilisent Repomix pour emballer leur contenu écrit—blogs, documentation et livres—dans des formats compatibles LLM, permettant aux lecteurs d'interagir avec leur expertise via des systèmes de questions-réponses alimentés par l'IA. + ## Guide des Utilisateurs Avancés Repomix offre des fonctionnalités puissantes pour les cas d'usage avancés. Voici quelques guides essentiels pour les utilisateurs avancés : diff --git a/website/client/src/hi/guide/index.md b/website/client/src/hi/guide/index.md index 17937b777..ba99cab5f 100644 --- a/website/client/src/hi/guide/index.md +++ b/website/client/src/hi/guide/index.md @@ -6,7 +6,7 @@ import YouTubeVideo from '../../../components/YouTubeVideo.vue' import { VIDEO_IDS } from '../../../utils/videos' -Repomix एक ऐसा टूल है जो आपके पूरे रिपॉजिटरी को एक एकल, AI-फ्रेंडली फाइल में पैक करता है। यह आपके कोडबेस को ChatGPT, DeepSeek, Perplexity, Gemini, Gemma, Llama, Grok और अन्य जैसे लार्ज लैंग्वेज मॉडल (LLMs) को फीड करने में मदद करने के लिए डिज़ाइन किया गया है। +Repomix एक ऐसा टूल है जो आपके पूरे रिपॉजिटरी को एक एकल, AI-फ्रेंडली फाइल में पैक करता है। यह आपके कोडबेस को ChatGPT, Claude, Gemini, Grok, DeepSeek, Perplexity, Gemma, Llama और अन्य जैसे लार्ज लैंग्वेज मॉडल (LLMs) को फीड करने में मदद करने के लिए डिज़ाइन किया गया है। @@ -41,6 +41,12 @@ AI आपके पूरे कोडबेस का विश्लेषण हैप्पी कोडिंग! 🚀 +## Repomix क्यों? + +Repomix की शक्ति इसकी ChatGPT, Claude, Gemini, Grok जैसी सब्सक्रिप्शन सेवाओं के साथ लागत की चिंता किए बिना काम करने की क्षमता में निहित है, जबकि यह पूर्ण कोडबेस संदर्भ प्रदान करता है जो फाइल अन्वेषण की आवश्यकता को समाप्त करता है - जिससे विश्लेषण तेज़ और अक्सर अधिक सटीक हो जाता है। + +पूरे कोडबेस के संदर्भ के रूप में उपलब्ध होने के साथ, Repomix कार्यान्वयन योजना, बग जांच, तृतीय-पक्ष लाइब्रेरी सुरक्षा जांच, दस्तावेज़ीकरण निर्माण, और भी बहुत कुछ सहित अनुप्रयोगों की एक विस्तृत श्रृंखला को सक्षम बनाता है। + ## मुख्य विशेषताएं - **AI-अनुकूलित आउटपुट**: आपके कोडबेस को आसान AI प्रोसेसिंग के लिए फॉर्मेट करता है diff --git a/website/client/src/hi/guide/remote-repository-processing.md b/website/client/src/hi/guide/remote-repository-processing.md index 76815c6cb..eb2c3d8ad 100644 --- a/website/client/src/hi/guide/remote-repository-processing.md +++ b/website/client/src/hi/guide/remote-repository-processing.md @@ -1,4 +1,4 @@ -# रिमोट रिपॉजिटरी प्रोसेसिंग +# GitHub रिपॉजिटरी प्रोसेसिंग Repomix आपको GitHub जैसे प्लेटफॉर्म पर होस्ट किए गए रिमोट रिपॉजिटरी को प्रोसेस करने की अनुमति देता है। यह सुविधा उपयोगी है जब आप अपने लोकल मशीन पर रिपॉजिटरी को क्लोन किए बिना कोडबेस का विश्लेषण करना चाहते हैं। diff --git a/website/client/src/hi/guide/sponsors.md b/website/client/src/hi/guide/sponsors.md new file mode 100644 index 000000000..a405885dc --- /dev/null +++ b/website/client/src/hi/guide/sponsors.md @@ -0,0 +1,41 @@ +--- +title: प्रायोजक +description: Repomix विकास का समर्थन करें और हमारे अद्भुत प्रायोजकों से मिलें +editLink: false +--- + +# प्रायोजक 💖 + +उन सभी अद्भुत व्यक्तियों और संगठनों का धन्यवाद जो Repomix का समर्थन करते हैं! आपकी प्रायोजना हमें पूरे समुदाय के लिए इस उपकरण को बनाए रखने और सुधारने में मदद करती है। + +## प्रायोजक कैसे बनें + +आप **[GitHub Sponsors](https://github.com/sponsors/yamadashy)** के माध्यम से Repomix विकास का समर्थन कर सकते हैं। + +### प्रायोजन क्यों करें? + +आपकी प्रायोजना हमारी मदद करती है: +- Repomix को बनाए रखने और सुधारने में +- नई सुविधाओं और क्षमताओं को विकसित करने में +- बेहतर दस्तावेज़ीकरण और समर्थन प्रदान करने में +- परियोजना को मुफ्त और ओपन सोर्स रखने में +- व्यापक AI डेवलपर टूल्स पारिस्थितिकी तंत्र का समर्थन करने में + +## वर्तमान प्रायोजक + +
+ विशेष धन्यवाद: + + + Warp sponsorship + + + [Warp, डेवलपर्स के लिए एजेंट टर्मिनल](https://www.warp.dev/repomix) + [MacOS, Linux और Windows के लिए उपलब्ध](https://www.warp.dev/repomix) +
+ +[![Sponsors](https://cdn.jsdelivr.net/gh/yamadashy/sponsor-list/sponsors/sponsors.png)](https://github.com/sponsors/yamadashy) + +--- + +*Repomix हमारे प्रायोजकों और ओपन सोर्स समुदाय के उदार समर्थन से संभव हुआ है। धन्यवाद! ❤️* \ No newline at end of file diff --git a/website/client/src/hi/guide/use-cases.md b/website/client/src/hi/guide/use-cases.md new file mode 100644 index 000000000..d02fe9c7f --- /dev/null +++ b/website/client/src/hi/guide/use-cases.md @@ -0,0 +1,90 @@ +# उपयोग के मामले + +Repomix की शक्ति इसकी ChatGPT, Claude, Gemini, Grok जैसी सब्स्क्रिप्शन सेवाओं के साथ लागत की चिंता किए बिना काम करने की क्षमता में निहित है, जबकि पूर्ण कोडबेस संदर्भ प्रदान करता है जो फ़ाइल अन्वेषण की आवश्यकता को समाप्त करता है—विश्लेषण को तेज़ और अक्सर अधिक सटीक बनाता है। + +पूरे कोडबेस के संदर्भ के रूप में उपलब्ध होने के साथ, Repomix कार्यान्वयन योजना, बग जांच, तृतीय-पक्ष लाइब्रेरी सुरक्षा जांच, दस्तावेज़ीकरण निर्माण, और बहुत कुछ सहित विस्तृत अनुप्रयोगों को सक्षम बनाता है। + +## कोड विश्लेषण और जांच और रिफैक्टरिंग + +### बग जांच +समस्याओं के मूल कारण को कई फ़ाइलों और निर्भरताओं में पहचानने के लिए अपने पूरे कोडबेस को AI के साथ साझा करें। + +``` +इस कोडबेस में सर्वर में मेमोरी लीक की समस्या है। एप्लिकेशन कई घंटों तक चलने के बाद क्रैश हो जाता है। कृपया पूरे कोडबेस का विश्लेषण करें और संभावित कारणों की पहचान करें। +``` + +### कार्यान्वयन योजना +व्यापक कार्यान्वयन सलाह प्राप्त करें जो आपके पूरे कोडबेस आर्किटेक्चर और मौजूदा पैटर्न पर विचार करती है। + +``` +मैं इस एप्लिकेशन में उपयोगकर्ता प्रमाणीकरण जोड़ना चाहता हूं। कृपया वर्तमान कोडबेस संरचना की समीक्षा करें और सबसे अच्छा दृष्टिकोण सुझाएं जो मौजूदा आर्किटेक्चर के साथ फिट हो। +``` + +### रिफैक्टरिंग सहायता +रिफैक्टरिंग सुझाव प्राप्त करें जो आपके पूरे कोडबेस में स्थिरता बनाए रखते हैं। + +``` +इस कोडबेस को रखरखाव में सुधार के लिए रिफैक्टरिंग की आवश्यकता है। कृपया मौजूदा कार्यक्षमता को बरकरार रखते हुए सुधार सुझाएं। +``` + +### कोड समीक्षा +व्यापक कोड समीक्षा जो पूरे प्रोजेक्ट संदर्भ पर विचार करती है। + +``` +कृपया इस कोडबेस की समीक्षा करें जैसे कि आप एक संपूर्ण कोड समीक्षा कर रहे हों। कोड गुणवत्ता, संभावित समस्याओं और सुधार सुझावों पर ध्यान दें। +``` + + +## दस्तावेज़ीकरण और ज्ञान + +### दस्तावेज़ीकरण निर्माण +व्यापक दस्तावेज़ीकरण उत्पन्न करें जो आपके पूरे कोडबेस को कवर करता है। + +``` +इस कोडबेस के लिए व्यापक दस्तावेज़ीकरण उत्पन्न करें, जिसमें API दस्तावेज़ीकरण, सेटअप निर्देश, और डेवलपर गाइड शामिल हैं। +``` + +### ज्ञान निष्कर्षण +अपने कोडबेस से तकनीकी ज्ञान और पैटर्न निकालें। + +``` +इस कोडबेस में उपयोग किए गए मुख्य आर्किटेक्चरल पैटर्न, डिज़ाइन निर्णयों और सर्वोत्तम प्रथाओं को निकालें और दस्तावेज़ित करें। +``` + +## तृतीय-पक्ष लाइब्रेरी विश्लेषण + +### निर्भरता सुरक्षा ऑडिट +सुरक्षा समस्याओं के लिए तृतीय-पक्ष लाइब्रेरी और निर्भरताओं का विश्लेषण करें। + +``` +कृपया इस कोडबेस में सभी तृतीय-पक्ष निर्भरताओं का संभावित सुरक्षा कमजोरियों के लिए विश्लेषण करें और आवश्यकता के अनुसार सुरक्षित विकल्प सुझाएं। +``` + +### लाइब्रेरी एकीकरण विश्लेषण +समझें कि बाहरी लाइब्रेरी आपके कोडबेस में कैसे एकीकृत हैं। + +``` +विश्लेषण करें कि यह कोडबेस बाहरी लाइब्रेरी के साथ कैसे एकीकृत होता है और बेहतर रखरखाव के लिए सुधार सुझाएं। +``` + +## वास्तविक दुनिया के उदाहरण + +### LLM कोड जेनरेशन वर्कफ़्लो +एक डेवलपर साझा करता है कि वे मौजूदा कोडबेस से कोड संदर्भ निकालने के लिए Repomix का उपयोग कैसे करते हैं, फिर वृद्धिशील सुधार, कोड समीक्षा और स्वचालित दस्तावेज़ीकरण निर्माण के लिए Claude और Aider जैसे LLM के साथ उस संदर्भ का लाभ उठाते हैं। + +**उपयोग का मामला**: AI सहायता के साथ स्ट्रीमलाइन विकास वर्कफ़्लो +- पूर्ण कोडबेस संदर्भ निकालें +- बेहतर कोड जेनरेशन के लिए LLM को संदर्भ प्रदान करें +- पूरे प्रोजेक्ट में स्थिरता बनाए रखें + +[पूर्ण वर्कफ़्लो पढ़ें →](https://harper.blog/2025/02/16/my-llm-codegen-workflow-atm/) + +### LLM के लिए ज्ञान डेटापैक बनाना +लेखक अपनी लिखित सामग्री—ब्लॉग, दस्तावेज़ीकरण, और पुस्तकों—को LLM-संगत प्रारूपों में पैकेज करने के लिए Repomix का उपयोग कर रहे हैं, जिससे पाठक AI-संचालित Q&A सिस्टम के माध्यम से उनकी विशेषज्ञता के साथ बातचीत कर सकते हैं। + +**उपयोग का मामला**: ज्ञान साझाकरण और इंटरैक्टिव दस्तावेज़ीकरण +- दस्तावेज़ीकरण को AI-अनुकूल प्रारूपों में पैकेज करना +- सामग्री के साथ इंटरैक्टिव Q&A सक्षम करना +- व्यापक ज्ञान आधार बनाना + +[ज्ञान डेटापैक के बारे में और जानें →](https://lethain.com/competitive-advantage-author-llms/) \ No newline at end of file diff --git a/website/client/src/hi/index.md b/website/client/src/hi/index.md index 6c7440760..0ee647409 100644 --- a/website/client/src/hi/index.md +++ b/website/client/src/hi/index.md @@ -66,6 +66,11 @@ AI आपके पूरे कोडबेस का विश्लेषण हैप्पी कोडिंग! 🚀 +## Repomix क्यों? + +Repomix की शक्ति इसकी ChatGPT, Claude, Gemini, Grok जैसी सब्सक्रिप्शन सेवाओं के साथ लागत की चिंता किए बिना काम करने की क्षमता में निहित है, जबकि यह पूर्ण कोडबेस संदर्भ प्रदान करता है जो फाइल अन्वेषण की आवश्यकता को समाप्त करता है - जिससे विश्लेषण तेज़ और अक्सर अधिक सटीक हो जाता है। + +पूरे कोडबेस के संदर्भ के रूप में उपलब्ध होने के साथ, Repomix कार्यान्वयन योजना, बग जांच, तृतीय-पक्ष लाइब्रेरी सुरक्षा जांच, दस्तावेज़ीकरण निर्माण, और भी बहुत कुछ सहित अनुप्रयोगों की एक विस्तृत श्रृंखला को सक्षम बनाता है। ## CLI टूल का उपयोग {#using-the-cli-tool} @@ -207,6 +212,16 @@ repomix --style plain } ``` +## वास्तविक दुनिया के उपयोग मामले + +### [LLM कोड जेनरेशन वर्कफ़्लो](https://harper.blog/2025/02/16/my-llm-codegen-workflow-atm/) + +एक डेवलपर साझा करता है कि वे मौजूदा कोडबेस से कोड संदर्भ निकालने के लिए Repomix का उपयोग कैसे करते हैं, फिर Claude और Aider जैसे LLMs के साथ उस संदर्भ का लाभ उठाकर वृद्धिशील सुधार, कोड समीक्षा और स्वचालित दस्तावेज़ीकरण उत्पादन करते हैं। + +### [LLMs के लिए ज्ञान डेटापैक बनाना](https://lethain.com/competitive-advantage-author-llms/) + +लेखक अपनी लिखित सामग्री—ब्लॉग, दस्तावेज़ीकरण और किताबों—को LLM-संगत प्रारूपों में पैकेज करने के लिए Repomix का उपयोग कर रहे हैं, जिससे पाठक AI-संचालित प्रश्न-उत्तर प्रणालियों के माध्यम से उनकी विशेषज्ञता के साथ बातचीत कर सकें। + ## पावर यूज़र गाइड Repomix उन्नत उपयोग के मामलों के लिए शक्तिशाली सुविधाएं प्रदान करता है। पावर यूज़र्स के लिए कुछ आवश्यक गाइड यहां हैं: diff --git a/website/client/src/id/guide/index.md b/website/client/src/id/guide/index.md index 49acc7701..1f8199baa 100644 --- a/website/client/src/id/guide/index.md +++ b/website/client/src/id/guide/index.md @@ -6,7 +6,7 @@ import YouTubeVideo from '../../../components/YouTubeVideo.vue' import { VIDEO_IDS } from '../../../utils/videos' -Repomix adalah alat yang mengemas seluruh repositori Anda menjadi satu file yang ramah AI. Ini dirancang untuk membantu Anda menyediakan basis kode Anda ke Model Bahasa Besar (LLM) seperti ChatGPT, DeepSeek, Perplexity, Gemini, Gemma, Llama, Grok, dan lainnya. +Repomix adalah alat yang mengemas seluruh repositori Anda menjadi satu file yang ramah AI. Ini dirancang untuk membantu Anda menyediakan basis kode Anda ke Model Bahasa Besar (LLM) seperti ChatGPT, Claude, Gemini, Grok, DeepSeek, Perplexity, Gemma, Llama, dan lainnya. @@ -41,6 +41,12 @@ Ketika mendiskusikan perubahan spesifik, AI dapat membantu menghasilkan kode. De Selamat mengkode! 🚀 +## Mengapa Repomix? + +Kekuatan Repomix terletak pada kemampuannya untuk bekerja dengan layanan berlangganan seperti ChatGPT, Claude, Gemini, Grok tanpa khawatir tentang biaya, sambil menyediakan konteks codebase lengkap yang menghilangkan kebutuhan eksplorasi file—membuat analisis lebih cepat dan seringkali lebih akurat. + +Dengan seluruh codebase tersedia sebagai konteks, Repomix memungkinkan berbagai aplikasi termasuk perencanaan implementasi, investigasi bug, pemeriksaan keamanan pustaka pihak ketiga, generasi dokumentasi, dan banyak lagi. + ## Fitur Utama - **Output Dioptimalkan untuk AI**: Memformat basis kode Anda untuk pemrosesan AI yang mudah diff --git a/website/client/src/id/guide/remote-repository-processing.md b/website/client/src/id/guide/remote-repository-processing.md index 3b9ffcc2e..fab39fa38 100644 --- a/website/client/src/id/guide/remote-repository-processing.md +++ b/website/client/src/id/guide/remote-repository-processing.md @@ -1,4 +1,4 @@ -# Pemrosesan Repositori Remote +# Pemrosesan Repositori GitHub Repomix dapat memproses repositori GitHub publik secara langsung tanpa perlu mengkloning mereka secara lokal terlebih dahulu. Ini sangat berguna untuk menganalisis proyek open source atau berbagi basis kode dengan AI tanpa mengunduh seluruh repositori. diff --git a/website/client/src/id/guide/sponsors.md b/website/client/src/id/guide/sponsors.md new file mode 100644 index 000000000..aa3c384a9 --- /dev/null +++ b/website/client/src/id/guide/sponsors.md @@ -0,0 +1,41 @@ +--- +title: Sponsor +description: Dukung pengembangan Repomix dan temui sponsor luar biasa kami +editLink: false +--- + +# Sponsor 💖 + +Terima kasih kepada semua orang dan organisasi luar biasa yang mendukung Repomix! Sponsorship Anda membantu kami memelihara dan meningkatkan alat ini untuk seluruh komunitas. + +## Cara Menjadi Sponsor + +Anda dapat mendukung pengembangan Repomix melalui **[GitHub Sponsors](https://github.com/sponsors/yamadashy)**. + +### Mengapa Sponsor? + +Sponsorship Anda membantu kami: +- Memelihara dan meningkatkan Repomix +- Mengembangkan fitur dan kemampuan baru +- Menyediakan dokumentasi dan dukungan yang lebih baik +- Menjaga proyek tetap gratis dan open source +- Mendukung ekosistem alat pengembang AI yang lebih luas + +## Sponsor Saat Ini + +
+ Terima kasih khusus kepada: + + + Warp sponsorship + + + [Warp, terminal agen untuk pengembang](https://www.warp.dev/repomix) + [Tersedia untuk MacOS, Linux, & Windows](https://www.warp.dev/repomix) +
+ +[![Sponsors](https://cdn.jsdelivr.net/gh/yamadashy/sponsor-list/sponsors/sponsors.png)](https://github.com/sponsors/yamadashy) + +--- + +*Repomix dimungkinkan berkat dukungan murah hati dari sponsor kami dan komunitas open source. Terima kasih! ❤️* \ No newline at end of file diff --git a/website/client/src/id/guide/use-cases.md b/website/client/src/id/guide/use-cases.md new file mode 100644 index 000000000..bd9511971 --- /dev/null +++ b/website/client/src/id/guide/use-cases.md @@ -0,0 +1,90 @@ +# Kasus Penggunaan + +Kekuatan Repomix terletak pada kemampuannya untuk bekerja dengan layanan berlangganan seperti ChatGPT, Claude, Gemini, Grok tanpa khawatir tentang biaya, sambil menyediakan konteks kode base lengkap yang menghilangkan kebutuhan untuk eksplorasi file—membuat analisis lebih cepat dan seringkali lebih akurat. + +Dengan seluruh kode base tersedia sebagai konteks, Repomix memungkinkan berbagai aplikasi termasuk perencanaan implementasi, investigasi bug, pemeriksaan keamanan perpustakaan pihak ketiga, pembuatan dokumentasi, dan banyak lagi. + +## Analisis & Investigasi & Refactoring Kode + +### Investigasi Bug +Bagikan seluruh kode base Anda dengan AI untuk mengidentifikasi akar penyebab masalah di beberapa file dan dependensi. + +``` +Kode base ini memiliki masalah memory leak di server. Aplikasi crash setelah berjalan selama beberapa jam. Silakan analisis seluruh kode base dan identifikasi penyebab potensial. +``` + +### Perencanaan Implementasi +Dapatkan saran implementasi komprehensif yang mempertimbangkan seluruh arsitektur kode base dan pola yang ada. + +``` +Saya ingin menambahkan autentikasi pengguna ke aplikasi ini. Silakan tinjau struktur kode base saat ini dan sarankan pendekatan terbaik yang cocok dengan arsitektur yang ada. +``` + +### Bantuan Refactoring +Dapatkan saran refactoring yang mempertahankan konsistensi di seluruh kode base Anda. + +``` +Kode base ini perlu refactoring untuk meningkatkan maintainability. Silakan sarankan perbaikan sambil menjaga fungsionalitas yang ada tetap utuh. +``` + +### Review Kode +Review kode komprehensif yang mempertimbangkan seluruh konteks proyek. + +``` +Silakan review kode base ini seolah-olah Anda melakukan review kode menyeluruh. Fokus pada kualitas kode, masalah potensial, dan saran perbaikan. +``` + + +## Dokumentasi & Pengetahuan + +### Pembuatan Dokumentasi +Hasilkan dokumentasi komprehensif yang mencakup seluruh kode base Anda. + +``` +Hasilkan dokumentasi komprehensif untuk kode base ini, termasuk dokumentasi API, instruksi setup, dan panduan developer. +``` + +### Ekstraksi Pengetahuan +Ekstrak pengetahuan teknis dan pola dari kode base Anda. + +``` +Ekstrak dan dokumentasikan pola arsitektural utama, keputusan desain, dan praktik terbaik yang digunakan dalam kode base ini. +``` + +## Analisis Perpustakaan Pihak Ketiga + +### Audit Keamanan Dependensi +Analisis perpustakaan pihak ketiga dan dependensi untuk masalah keamanan. + +``` +Silakan analisis semua dependensi pihak ketiga dalam kode base ini untuk kerentanan keamanan potensial dan sarankan alternatif yang lebih aman jika diperlukan. +``` + +### Analisis Integrasi Perpustakaan +Pahami bagaimana perpustakaan eksternal diintegrasikan ke dalam kode base Anda. + +``` +Analisis bagaimana kode base ini berintegrasi dengan perpustakaan eksternal dan sarankan perbaikan untuk maintainability yang lebih baik. +``` + +## Contoh Dunia Nyata + +### Workflow Generasi Kode LLM +Seorang developer berbagi bagaimana mereka menggunakan Repomix untuk mengekstrak konteks kode dari kode base yang ada, kemudian memanfaatkan konteks tersebut dengan LLM seperti Claude dan Aider untuk perbaikan incremental, review kode, dan pembuatan dokumentasi otomatis. + +**Kasus Penggunaan**: Workflow pengembangan yang efisien dengan bantuan AI +- Ekstrak konteks kode base lengkap +- Berikan konteks kepada LLM untuk generasi kode yang lebih baik +- Pertahankan konsistensi di seluruh proyek + +[Baca workflow lengkap →](https://harper.blog/2025/02/16/my-llm-codegen-workflow-atm/) + +### Membuat Knowledge Datapack untuk LLM +Penulis menggunakan Repomix untuk mengemas konten tertulis mereka—blog, dokumentasi, dan buku—ke dalam format yang kompatibel dengan LLM, memungkinkan pembaca berinteraksi dengan keahlian mereka melalui sistem Q&A yang didukung AI. + +**Kasus Penggunaan**: Berbagi pengetahuan dan dokumentasi interaktif +- Kemas dokumentasi ke dalam format yang ramah AI +- Aktifkan Q&A interaktif dengan konten +- Buat basis pengetahuan yang komprehensif + +[Pelajari lebih lanjut tentang knowledge datapack →](https://lethain.com/competitive-advantage-author-llms/) \ No newline at end of file diff --git a/website/client/src/id/index.md b/website/client/src/id/index.md index 8c57083a3..0e3f0d81a 100644 --- a/website/client/src/id/index.md +++ b/website/client/src/id/index.md @@ -66,6 +66,11 @@ Ketika mendiskusikan perubahan spesifik, AI dapat membantu menghasilkan kode. De Selamat mengkode! 🚀 +## Mengapa Repomix? + +Kekuatan Repomix terletak pada kemampuannya untuk bekerja dengan layanan berlangganan seperti ChatGPT, Claude, Gemini, Grok tanpa khawatir tentang biaya, sambil menyediakan konteks codebase lengkap yang menghilangkan kebutuhan eksplorasi file—membuat analisis lebih cepat dan seringkali lebih akurat. + +Dengan seluruh codebase tersedia sebagai konteks, Repomix memungkinkan berbagai aplikasi termasuk perencanaan implementasi, investigasi bug, pemeriksaan keamanan pustaka pihak ketiga, generasi dokumentasi, dan banyak lagi. ## Menggunakan Alat CLI {#using-the-cli-tool} @@ -207,6 +212,16 @@ Buat `repomix.config.json` untuk pengaturan permanen: } ``` +## Kasus Penggunaan di Dunia Nyata + +### [Alur Kerja Pembuatan Kode LLM](https://harper.blog/2025/02/16/my-llm-codegen-workflow-atm/) + +Seorang developer membagikan bagaimana mereka menggunakan Repomix untuk mengekstrak konteks kode dari codebase yang ada, kemudian memanfaatkan konteks tersebut dengan LLM seperti Claude dan Aider untuk perbaikan bertahap, ulasan kode, dan pembuatan dokumentasi otomatis. + +### [Membuat Paket Data Pengetahuan untuk LLM](https://lethain.com/competitive-advantage-author-llms/) + +Para penulis menggunakan Repomix untuk mengemas konten tertulis mereka—blog, dokumentasi, dan buku—ke dalam format yang kompatibel dengan LLM, memungkinkan pembaca berinteraksi dengan keahlian mereka melalui sistem tanya jawab yang didukung AI. + ## Panduan Pengguna Mahir Repomix menawarkan fitur-fitur canggih untuk kasus penggunaan lanjutan. Berikut adalah beberapa panduan penting untuk pengguna mahir: diff --git a/website/client/src/ja/guide/index.md b/website/client/src/ja/guide/index.md index 7e3d12515..9f7a6b26a 100644 --- a/website/client/src/ja/guide/index.md +++ b/website/client/src/ja/guide/index.md @@ -6,7 +6,7 @@ import YouTubeVideo from '../../../components/YouTubeVideo.vue' import { VIDEO_IDS } from '../../../utils/videos' -Repomixは、リポジトリ全体をAIフレンドリーな単一ファイルにパッケージングするツールです。ChatGPT、DeepSeek、Perplexity、Gemini、Gemma、Llama、Grokなどの大規模言語モデル(LLM)にコードベースを提供するために設計されています。 +Repomixは、リポジトリ全体をAIフレンドリーな単一ファイルにパッケージングするツールです。ChatGPT、Claude、Gemini、Grok、DeepSeek、Perplexity、Gemma、Llamaなどの大規模言語モデル(LLM)にコードベースを提供するために設計されています。 @@ -41,6 +41,12 @@ npx repomix@latest 良いコーディング体験を!🚀 +## なぜRepomixか? + +Repomixの強みは、ChatGPT、Claude、Gemini、Grokなどのお好きなサブスクリプションサービスで料金を気にせずに使えることです。また、コード全体を知っていることで、コードの調査などを行う上でファイルの探索が不要でより早く、時には正確に結果を得ることができます。 + +コードベース全体がコンテキストとして利用できることで、実装方針の相談、バグの調査、サードパーティライブラリのセキュリティのチェック、ドキュメントの生成など、あらゆることに使えます。 + ## 主な機能 - **AI最適化**: コードベースをAIが理解しやすい形式にフォーマット化 diff --git a/website/client/src/ja/guide/remote-repository-processing.md b/website/client/src/ja/guide/remote-repository-processing.md index c99e21f74..158b0151d 100644 --- a/website/client/src/ja/guide/remote-repository-processing.md +++ b/website/client/src/ja/guide/remote-repository-processing.md @@ -1,4 +1,4 @@ -# リモートリポジトリの処理 +# GitHubリポジトリの処理 ## 基本的な使用方法 diff --git a/website/client/src/ja/guide/sponsors.md b/website/client/src/ja/guide/sponsors.md new file mode 100644 index 000000000..a852a0ca7 --- /dev/null +++ b/website/client/src/ja/guide/sponsors.md @@ -0,0 +1,41 @@ +--- +title: スポンサー +description: Repomixの開発をサポートし、素晴らしいスポンサー様をご紹介 +editLink: false +--- + +# スポンサー 💖 + +Repomixをサポートしてくださる素晴らしい個人・組織の皆様、ありがとうございます!スポンサーシップにより、コミュニティ全体のためにこのツールの維持・改善を続けることができています。 + +## スポンサーになる方法 + +**[GitHub Sponsors](https://github.com/sponsors/yamadashy)** を通じてRepomixの開発をサポートできます。 + +### なぜスポンサーになるのか? + +あなたのスポンサーシップは以下に役立ちます: +- Repomixの維持・改善 +- 新機能・新機能の開発 +- より良いドキュメントとサポートの提供 +- プロジェクトを無料でオープンソースに保つ +- 広範なAI開発者ツールエコシステムのサポート + +## 現在のスポンサー + +
+ Special thanks to: + + + Warp sponsorship + + + [Warp, the agent terminal for developers](https://www.warp.dev/repomix) + [Available for MacOS, Linux, & Windows](https://www.warp.dev/repomix) +
+ +[![Sponsors](https://cdn.jsdelivr.net/gh/yamadashy/sponsor-list/sponsors/sponsors.png)](https://github.com/sponsors/yamadashy) + +--- + +*Repomixは、スポンサーの皆様とオープンソースコミュニティの温かいサポートによって実現されています。ありがとうございます!❤️* \ No newline at end of file diff --git a/website/client/src/ja/guide/use-cases.md b/website/client/src/ja/guide/use-cases.md new file mode 100644 index 000000000..131296cbf --- /dev/null +++ b/website/client/src/ja/guide/use-cases.md @@ -0,0 +1,90 @@ +# ユースケース + +Repomixの強みは、ChatGPT、Claude、Gemini、Grokなどのお好きなサブスクリプションサービスで料金を気にせずに使えることです。また、コード全体を知っていることで、コードの調査などを行う上でファイルの探索が不要でより早く、時には正確に結果を得ることができます。 + +コードベース全体をコンテキストとして利用できることで、Repomixは実装計画、バグ調査、サードパーティライブラリのセキュリティチェック、ドキュメント生成など、幅広いアプリケーションを可能にします。 + +## コード分析・調査・リファクタリング + +### バグ調査 +複数のファイルと依存関係にまたがる問題の根本原因を特定するために、コードベース全体をAIと共有します。 + +``` +このコードベースにはサーバーでメモリリークの問題があります。数時間実行した後にアプリケーションがクラッシュします。コードベース全体を分析して、潜在的な原因を特定してください。 +``` + +### 実装計画 +既存のコードベースアーキテクチャとパターンを考慮した包括的な実装アドバイスを得られます。 + +``` +このアプリケーションにユーザー認証を追加したいと思います。現在のコードベース構造を確認し、既存のアーキテクチャに適合する最適なアプローチを提案してください。 +``` + +### リファクタリング支援 +コードベース全体の一貫性を保ちながらリファクタリングの提案を得られます。 + +``` +このコードベースは保守性を向上させるためにリファクタリングが必要です。既存の機能を保ちながら改善を提案してください。 +``` + +### コードレビュー +プロジェクト全体のコンテキストを考慮した包括的なコードレビューを実施します。 + +``` +このコードベースに対して徹底的なコードレビューを行っているような形でレビューしてください。コード品質、潜在的な問題、改善提案に焦点を当ててください。 +``` + + +## ドキュメント・ナレッジ + +### ドキュメント生成 +コードベース全体をカバーする包括的なドキュメントを生成します。 + +``` +このコードベースの包括的なドキュメントを生成してください。APIドキュメント、セットアップ手順、開発者ガイドを含めてください。 +``` + +### 知識抽出 +コードベースから技術的な知識とパターンを抽出します。 + +``` +このコードベースで使用されている主要なアーキテクチャパターン、設計決定、ベストプラクティスを抽出してドキュメント化してください。 +``` + +## サードパーティライブラリ分析 + +### 依存関係セキュリティ監査 +サードパーティライブラリと依存関係のセキュリティ問題を分析します。 + +``` +このコードベースのすべてのサードパーティ依存関係について、潜在的なセキュリティ脆弱性を分析し、必要に応じてより安全な代替案を提案してください。 +``` + +### ライブラリ統合分析 +外部ライブラリがコードベースにどのように統合されているかを理解します。 + +``` +このコードベースが外部ライブラリとどのように統合されているかを分析し、保守性向上のための改善点を提案してください。 +``` + +## 実際の活用例 + +### LLMコード生成ワークフロー +開発者がRepomixを使用して既存のコードベースからコードコンテキストを抽出し、そのコンテキストをClaudeやAiderなどのLLMと組み合わせて、段階的な改善、コードレビュー、自動ドキュメント生成に活用する方法を紹介しています。 + +**ユースケース**: AI支援による効率的な開発ワークフロー +- 完全なコードベースコンテキストの抽出 +- より良いコード生成のためのLLMへのコンテキスト提供 +- プロジェクト全体の一貫性の維持 + +[完全なワークフローを読む →](https://harper.blog/2025/02/16/my-llm-codegen-workflow-atm/) + +### LLM用知識データパックの作成 +著者たちがRepomixを使用して、ブログ、ドキュメント、書籍などの書面コンテンツをLLM互換フォーマットにパッケージ化し、読者がAI駆動のQ&Aシステムを通じて彼らの専門知識と対話できるようにしています。 + +**ユースケース**: 知識共有とインタラクティブドキュメント +- ドキュメントをAIフレンドリーなフォーマットにパッケージ化 +- コンテンツとのインタラクティブなQ&Aを可能にする +- 包括的な知識ベースの作成 + +[知識データパックについて詳しく学ぶ →](https://lethain.com/competitive-advantage-author-llms/) \ No newline at end of file diff --git a/website/client/src/ja/index.md b/website/client/src/ja/index.md index e2e78ea0f..2d8834899 100644 --- a/website/client/src/ja/index.md +++ b/website/client/src/ja/index.md @@ -68,6 +68,12 @@ Repomixを使用すると、コードベース全体を1ファイル(`repomix- 良いコーディング体験を!🚀 +## なぜRepomixか? + +Repomixの強みは、ChatGPT、Claude、Gemini、Grokなどのお好きなサブスクリプションサービスで料金を気にせずに使えることです。また、コード全体を知っていることで、コードの調査などを行う上でファイルの探索が不要でより早く、時には正確に結果を得ることができます。 + +コードベース全体がコンテキストとして利用できることで、実装方針の相談、バグの調査、サードパーティライブラリのセキュリティのチェック、ドキュメントの生成など、あらゆることに使えます。 + ## CLIの使用方法 {#using-the-cli-tool} Repomixは強力な機能とカスタマイズオプションを提供するコマンドラインツールとして使用できます。 @@ -206,6 +212,16 @@ repomix --style plain } ``` +## 実際の活用事例 + +### [LLMコード生成ワークフロー](https://harper.blog/2025/02/16/my-llm-codegen-workflow-atm/) + +開発者がRepomixを使用して既存のコードベースからコードコンテキストを抽出し、ClaudeやAiderなどのLLMを活用してインクリメンタルな改善、コードレビュー、自動ドキュメント生成を行う方法を共有しています。 + +### [LLM向け知識データパックの作成](https://lethain.com/competitive-advantage-author-llms/) + +著者たちはRepomixを使用して、ブログ、ドキュメント、書籍などの執筆コンテンツをLLM互換フォーマットにパッケージ化し、読者がAI駆動のQ&Aシステムを通じて専門知識と対話できるようにしています。 + ## パワーユーザーガイド Repomixは高度な用途向けの強力な機能を提供します。パワーユーザー向けの重要なガイドをご紹介します: diff --git a/website/client/src/ko/guide/index.md b/website/client/src/ko/guide/index.md index dba4deadc..5d393f715 100644 --- a/website/client/src/ko/guide/index.md +++ b/website/client/src/ko/guide/index.md @@ -6,7 +6,7 @@ import YouTubeVideo from '../../../components/YouTubeVideo.vue' import { VIDEO_IDS } from '../../../utils/videos' -Repomix는 전체 저장소를 AI 친화적인 단일 파일로 패키징하는 도구입니다. ChatGPT, DeepSeek, Perplexity, Gemini, Gemma, Llama, Grok 등의 대규모 언어 모델(LLM)에 코드베이스를 제공하는 데 도움이 되도록 설계되었습니다. +Repomix는 전체 저장소를 AI 친화적인 단일 파일로 패키징하는 도구입니다. ChatGPT, Claude, Gemini, Grok, DeepSeek, Perplexity, Gemma, Llama 등의 대규모 언어 모델(LLM)에 코드베이스를 제공하는 데 도움이 되도록 설계되었습니다. @@ -41,6 +41,12 @@ AI는 전체 코드베이스를 분석하고 포괄적인 인사이트를 제공 즐거운 코딩 되세요! 🚀 +## 왜 Repomix인가요? + +Repomix의 강점은 비용 걱정 없이 ChatGPT, Claude, Gemini, Grok 등의 구독 서비스와 함께 작동할 수 있는 능력에 있으며, 파일 탐색의 필요성을 제거하는 완전한 코드베이스 컨텍스트를 제공하여 분석을 더 빠르고 종종 더 정확하게 만듭니다. + +전체 코드베이스가 컨텍스트로 사용 가능하므로, Repomix는 구현 계획, 버그 조사, 서드파티 라이브러리 보안 검사, 문서 생성 등을 포함한 광범위한 애플리케이션을 가능하게 합니다. + ## 핵심 기능 - **AI 최적화 출력**: AI 처리에 용이한 형식으로 코드베이스를 구성합니다. diff --git a/website/client/src/ko/guide/remote-repository-processing.md b/website/client/src/ko/guide/remote-repository-processing.md index 949e3174f..e5b738185 100644 --- a/website/client/src/ko/guide/remote-repository-processing.md +++ b/website/client/src/ko/guide/remote-repository-processing.md @@ -1,4 +1,4 @@ -# 원격 저장소 처리 +# GitHub 저장소 처리 ## 기본 사용법 diff --git a/website/client/src/ko/guide/sponsors.md b/website/client/src/ko/guide/sponsors.md new file mode 100644 index 000000000..0c1ce9797 --- /dev/null +++ b/website/client/src/ko/guide/sponsors.md @@ -0,0 +1,41 @@ +--- +title: 후원자 +description: Repomix 개발을 지원하고 놀라운 후원자들을 만나보세요 +editLink: false +--- + +# 후원자 💖 + +Repomix를 지원해주시는 모든 훌륭한 개인과 조직에게 감사드립니다! 여러분의 후원으로 전체 커뮤니티를 위해 이 도구를 유지하고 개선할 수 있습니다. + +## 후원자가 되는 방법 + +**[GitHub Sponsors](https://github.com/sponsors/yamadashy)**를 통해 Repomix 개발을 지원할 수 있습니다. + +### 왜 후원해야 할까요? + +여러분의 후원은 다음과 같은 도움을 줍니다: +- Repomix 유지 및 개선 +- 새로운 기능과 역량 개발 +- 더 나은 문서와 지원 제공 +- 프로젝트를 무료이며 오픈소스로 유지 +- 더 넓은 AI 개발자 도구 생태계 지원 + +## 현재 후원자 + +
+ 특별히 감사드립니다: + + + Warp sponsorship + + + [Warp, 개발자를 위한 에이전트 터미널](https://www.warp.dev/repomix) + [MacOS, Linux, Windows에서 사용 가능](https://www.warp.dev/repomix) +
+ +[![Sponsors](https://cdn.jsdelivr.net/gh/yamadashy/sponsor-list/sponsors/sponsors.png)](https://github.com/sponsors/yamadashy) + +--- + +*Repomix는 후원자와 오픈소스 커뮤니티의 아낌없는 지원으로 만들어졌습니다. 감사합니다! ❤️* \ No newline at end of file diff --git a/website/client/src/ko/guide/use-cases.md b/website/client/src/ko/guide/use-cases.md new file mode 100644 index 000000000..b45a2e358 --- /dev/null +++ b/website/client/src/ko/guide/use-cases.md @@ -0,0 +1,90 @@ +# 사용 사례 + +Repomix의 강점은 비용을 걱정하지 않고 ChatGPT, Claude, Gemini, Grok 등의 구독 서비스와 함께 작동할 수 있는 능력에 있으며, 파일 탐색의 필요성을 제거하는 완전한 코드베이스 컨텍스트를 제공하여 분석을 더 빠르고 종종 더 정확하게 만듭니다. + +전체 코드베이스가 컨텍스트로 사용 가능한 상태에서, Repomix는 구현 계획, 버그 조사, 서드파티 라이브러리 보안 검사, 문서 생성 등을 포함한 광범위한 애플리케이션을 가능하게 합니다. + +## 코드 분석 & 조사 & 리팩토링 + +### 버그 조사 +여러 파일과 의존성에 걸친 문제의 근본 원인을 식별하기 위해 전체 코드베이스를 AI와 공유하세요. + +``` +이 코드베이스는 서버에서 메모리 누수 문제가 있습니다. 애플리케이션이 몇 시간 동안 실행된 후 충돌합니다. 전체 코드베이스를 분석하고 잠재적 원인을 식별해 주세요. +``` + +### 구현 계획 +전체 코드베이스 아키텍처와 기존 패턴을 고려한 포괄적인 구현 조언을 받으세요. + +``` +이 애플리케이션에 사용자 인증을 추가하고 싶습니다. 현재 코드베이스 구조를 검토하고 기존 아키텍처에 맞는 최상의 접근 방식을 제안해 주세요. +``` + +### 리팩토링 지원 +전체 코드베이스에서 일관성을 유지하는 리팩토링 제안을 받으세요. + +``` +이 코드베이스는 유지보수성을 향상시키기 위해 리팩토링이 필요합니다. 기존 기능을 그대로 유지하면서 개선 사항을 제안해 주세요. +``` + +### 코드 리뷰 +전체 프로젝트 컨텍스트를 고려한 포괄적인 코드 리뷰. + +``` +철저한 코드 리뷰를 수행하는 것처럼 이 코드베이스를 검토해 주세요. 코드 품질, 잠재적 문제 및 개선 제안에 중점을 두세요. +``` + + +## 문서화 & 지식 + +### 문서 생성 +전체 코드베이스를 다루는 포괄적인 문서를 생성하세요. + +``` +API 문서, 설정 지침 및 개발자 가이드를 포함하여 이 코드베이스에 대한 포괄적인 문서를 생성해 주세요. +``` + +### 지식 추출 +코드베이스에서 기술적 지식과 패턴을 추출하세요. + +``` +이 코드베이스에서 사용된 주요 아키텍처 패턴, 설계 결정 및 모범 사례를 추출하고 문서화해 주세요. +``` + +## 서드파티 라이브러리 분석 + +### 의존성 보안 감사 +보안 문제에 대해 서드파티 라이브러리와 의존성을 분석하세요. + +``` +이 코드베이스의 모든 서드파티 의존성을 잠재적 보안 취약점에 대해 분석하고 필요한 경우 더 안전한 대안을 제안해 주세요. +``` + +### 라이브러리 통합 분석 +외부 라이브러리가 코드베이스에 어떻게 통합되는지 이해하세요. + +``` +이 코드베이스가 외부 라이브러리와 어떻게 통합되는지 분석하고 더 나은 유지보수성을 위한 개선 사항을 제안해 주세요. +``` + +## 실제 사례 + +### LLM 코드 생성 워크플로우 +한 개발자가 기존 코드베이스에서 코드 컨텍스트를 추출하기 위해 Repomix를 사용하는 방법을 공유하고, 그 컨텍스트를 Claude 및 Aider와 같은 LLM과 함께 활용하여 점진적 개선, 코드 리뷰 및 자동화된 문서 생성을 수행합니다. + +**사용 사례**: AI 지원을 통한 간소화된 개발 워크플로우 +- 완전한 코드베이스 컨텍스트 추출 +- 더 나은 코드 생성을 위해 LLM에 컨텍스트 제공 +- 전체 프로젝트에서 일관성 유지 + +[전체 워크플로우 읽기 →](https://harper.blog/2025/02/16/my-llm-codegen-workflow-atm/) + +### LLM을 위한 지식 데이터팩 생성 +작가들은 자신이 작성한 콘텐츠—블로그, 문서, 책—를 LLM 호환 형식으로 패키징하기 위해 Repomix를 사용하고 있으며, 독자들이 AI 기반 Q&A 시스템을 통해 그들의 전문 지식과 상호작용할 수 있게 합니다. + +**사용 사례**: 지식 공유 및 대화형 문서 +- 문서를 AI 친화적 형식으로 패키징 +- 콘텐츠와의 대화형 Q&A 활성화 +- 포괄적인 지식 베이스 생성 + +[지식 데이터팩에 대해 더 알아보기 →](https://lethain.com/competitive-advantage-author-llms/) \ No newline at end of file diff --git a/website/client/src/ko/index.md b/website/client/src/ko/index.md index bc3145f27..03108475b 100644 --- a/website/client/src/ko/index.md +++ b/website/client/src/ko/index.md @@ -66,7 +66,11 @@ AI는 전체 코드베이스를 분석하고 포괄적인 인사이트를 제공 즐거운 코딩 되세요! 🚀 +## 왜 Repomix인가요? +Repomix의 강점은 비용 걱정 없이 ChatGPT, Claude, Gemini, Grok 등의 구독 서비스와 함께 작동할 수 있는 능력에 있으며, 파일 탐색의 필요성을 제거하는 완전한 코드베이스 컨텍스트를 제공하여 분석을 더 빠르고 종종 더 정확하게 만듭니다. + +전체 코드베이스가 컨텍스트로 사용 가능하므로, Repomix는 구현 계획, 버그 조사, 서드파티 라이브러리 보안 검사, 문서 생성 등을 포함한 광범위한 애플리케이션을 가능하게 합니다. ## CLI 도구 사용하기 {#using-the-cli-tool} @@ -208,6 +212,16 @@ repomix --style plain } ``` +## 실제 사용 사례 + +### [LLM 코드 생성 워크플로우](https://harper.blog/2025/02/16/my-llm-codegen-workflow-atm/) + +한 개발자가 기존 코드베이스에서 코드 컨텍스트를 추출하기 위해 Repomix를 사용하고, 그 컨텍스트를 Claude와 Aider 같은 LLM과 함께 활용하여 점진적 개선, 코드 리뷰, 자동화된 문서 생성을 수행하는 방법을 공유합니다. + +### [LLM을 위한 지식 데이터팩 생성](https://lethain.com/competitive-advantage-author-llms/) + +저자들이 자신의 글—블로그, 문서, 책—을 LLM 호환 형식으로 패키징하기 위해 Repomix를 사용하여, 독자들이 AI 기반 Q&A 시스템을 통해 그들의 전문 지식과 상호작용할 수 있도록 하고 있습니다. + ## 파워 유저 가이드 Repomix는 고급 사용 사례를 위한 강력한 기능들을 제공합니다. 파워 유저를 위한 필수 가이드들을 소개합니다: diff --git a/website/client/src/pt-br/guide/index.md b/website/client/src/pt-br/guide/index.md index fc76c0245..fa54a1391 100644 --- a/website/client/src/pt-br/guide/index.md +++ b/website/client/src/pt-br/guide/index.md @@ -6,7 +6,7 @@ import YouTubeVideo from '../../../components/YouTubeVideo.vue' import { VIDEO_IDS } from '../../../utils/videos' -O Repomix é uma ferramenta que compacta todo o seu repositório em um único arquivo amigável para IA. Ele foi projetado para ajudá-lo a alimentar seu código-fonte para Modelos de Linguagem Grandes (LLMs) como ChatGPT, DeepSeek, Perplexity, Gemini, Gemma, Llama, Grok e mais. +O Repomix é uma ferramenta que compacta todo o seu repositório em um único arquivo amigável para IA. Ele foi projetado para ajudá-lo a alimentar seu código-fonte para Modelos de Linguagem Grandes (LLMs) como ChatGPT, Claude, Gemini, Grok, DeepSeek, Perplexity, Gemma, Llama e mais. @@ -41,6 +41,12 @@ Ao discutir mudanças específicas, a IA pode ajudar a gerar código. Com recurs Feliz codificação! 🚀 +## Por que Repomix? + +A força do Repomix reside em sua capacidade de trabalhar com serviços de assinatura como ChatGPT, Claude, Gemini, Grok sem se preocupar com custos, enquanto fornece contexto completo da base de código que elimina a necessidade de exploração de arquivos—tornando a análise mais rápida e frequentemente mais precisa. + +Com toda a base de código disponível como contexto, o Repomix permite uma ampla gama de aplicações incluindo planejamento de implementação, investigação de bugs, verificações de segurança de bibliotecas de terceiros, geração de documentação e muito mais. + ## Principais Recursos - **Saída Otimizada para IA**: Formata seu código-fonte para fácil processamento por IA diff --git a/website/client/src/pt-br/guide/remote-repository-processing.md b/website/client/src/pt-br/guide/remote-repository-processing.md index c0c8b12b3..84cc2b749 100644 --- a/website/client/src/pt-br/guide/remote-repository-processing.md +++ b/website/client/src/pt-br/guide/remote-repository-processing.md @@ -1,4 +1,4 @@ -# Processamento de Repositório Remoto +# Processamento de Repositório GitHub ## Uso Básico diff --git a/website/client/src/pt-br/guide/sponsors.md b/website/client/src/pt-br/guide/sponsors.md new file mode 100644 index 000000000..27b25f137 --- /dev/null +++ b/website/client/src/pt-br/guide/sponsors.md @@ -0,0 +1,41 @@ +--- +title: Patrocinadores +description: Apoie o desenvolvimento do Repomix e conheça nossos incríveis patrocinadores +editLink: false +--- + +# Patrocinadores 💖 + +Obrigado a todas as pessoas e organizações incríveis que apoiam o Repomix! Seu patrocínio nos ajuda a manter e melhorar esta ferramenta para toda a comunidade. + +## Como se tornar um patrocinador + +Você pode apoiar o desenvolvimento do Repomix através do **[GitHub Sponsors](https://github.com/sponsors/yamadashy)**. + +### Por que patrocinar? + +Seu patrocínio nos ajuda a: +- Manter e melhorar o Repomix +- Desenvolver novos recursos e capacidades +- Fornecer melhor documentação e suporte +- Manter o projeto gratuito e de código aberto +- Apoiar o ecossistema mais amplo de ferramentas de desenvolvimento de IA + +## Patrocinadores atuais + +
+ Agradecimentos especiais para: + + + Warp sponsorship + + + [Warp, o terminal inteligente para desenvolvedores](https://www.warp.dev/repomix) + [Disponível para MacOS, Linux e Windows](https://www.warp.dev/repomix) +
+ +[![Sponsors](https://cdn.jsdelivr.net/gh/yamadashy/sponsor-list/sponsors/sponsors.png)](https://github.com/sponsors/yamadashy) + +--- + +*O Repomix é possível graças ao generoso apoio de nossos patrocinadores e da comunidade de código aberto. Obrigado! ❤️* \ No newline at end of file diff --git a/website/client/src/pt-br/guide/use-cases.md b/website/client/src/pt-br/guide/use-cases.md new file mode 100644 index 000000000..25cc32961 --- /dev/null +++ b/website/client/src/pt-br/guide/use-cases.md @@ -0,0 +1,90 @@ +# Casos de Uso + +A força do Repomix reside em sua capacidade de trabalhar com serviços de assinatura como ChatGPT, Claude, Gemini, Grok sem se preocupar com custos, enquanto fornece contexto completo da base de código que elimina a necessidade de exploração de arquivos—tornando a análise mais rápida e frequentemente mais precisa. + +Com toda a base de código disponível como contexto, o Repomix permite uma ampla gama de aplicações incluindo planejamento de implementação, investigação de bugs, verificações de segurança de bibliotecas de terceiros, geração de documentação e muito mais. + +## Análise & Investigação & Refatoração de Código + +### Investigação de Bugs +Compartilhe toda sua base de código com IA para identificar a causa raiz de problemas através de múltiplos arquivos e dependências. + +``` +Esta base de código tem um problema de vazamento de memória no servidor. A aplicação trava depois de executar por várias horas. Por favor, analise toda a base de código e identifique as causas potenciais. +``` + +### Planejamento de Implementação +Obtenha conselhos de implementação abrangentes que consideram toda a arquitetura da sua base de código e padrões existentes. + +``` +Eu quero adicionar autenticação de usuário a esta aplicação. Por favor, revise a estrutura atual da base de código e sugira a melhor abordagem que se encaixe com a arquitetura existente. +``` + +### Assistência de Refatoração +Obtenha sugestões de refatoração que mantêm consistência em toda sua base de código. + +``` +Esta base de código precisa de refatoração para melhorar a manutenibilidade. Por favor, sugira melhorias mantendo a funcionalidade existente intacta. +``` + +### Revisão de Código +Revisão de código abrangente que considera todo o contexto do projeto. + +``` +Por favor, revise esta base de código como se você estivesse fazendo uma revisão de código completa. Foque na qualidade do código, problemas potenciais e sugestões de melhoria. +``` + + +## Documentação & Conhecimento + +### Geração de Documentação +Gere documentação abrangente que cubra toda sua base de código. + +``` +Gere documentação abrangente para esta base de código, incluindo documentação de API, instruções de configuração e guias para desenvolvedores. +``` + +### Extração de Conhecimento +Extraia conhecimento técnico e padrões da sua base de código. + +``` +Extraia e documente os padrões arquiteturais chave, decisões de design e melhores práticas usadas nesta base de código. +``` + +## Análise de Bibliotecas de Terceiros + +### Auditoria de Segurança de Dependências +Analise bibliotecas de terceiros e dependências para problemas de segurança. + +``` +Por favor, analise todas as dependências de terceiros nesta base de código para vulnerabilidades de segurança potenciais e sugira alternativas mais seguras onde necessário. +``` + +### Análise de Integração de Bibliotecas +Compreenda como bibliotecas externas estão integradas na sua base de código. + +``` +Analise como esta base de código se integra com bibliotecas externas e sugira melhorias para melhor manutenibilidade. +``` + +## Exemplos do Mundo Real + +### Fluxo de Trabalho de Geração de Código LLM +Um desenvolvedor compartilha como usa o Repomix para extrair contexto de código de bases de código existentes, então aproveita esse contexto com LLMs como Claude e Aider para melhorias incrementais, revisões de código e geração automatizada de documentação. + +**Caso de Uso**: Fluxo de trabalho de desenvolvimento otimizado com assistência de IA +- Extrair contexto completo da base de código +- Fornecer contexto para LLMs para melhor geração de código +- Manter consistência em todo o projeto + +[Leia o fluxo de trabalho completo →](https://harper.blog/2025/02/16/my-llm-codegen-workflow-atm/) + +### Criando Pacotes de Dados de Conhecimento para LLMs +Autores estão usando o Repomix para empacotar seu conteúdo escrito—blogs, documentação e livros—em formatos compatíveis com LLM, permitindo que leitores interajam com sua expertise através de sistemas de perguntas e respostas alimentados por IA. + +**Caso de Uso**: Compartilhamento de conhecimento e documentação interativa +- Empacotar documentação em formatos amigáveis para IA +- Habilitar perguntas e respostas interativas com conteúdo +- Criar bases de conhecimento abrangentes + +[Saiba mais sobre pacotes de dados de conhecimento →](https://lethain.com/competitive-advantage-author-llms/) \ No newline at end of file diff --git a/website/client/src/pt-br/index.md b/website/client/src/pt-br/index.md index ac3f80185..3d60cce7f 100644 --- a/website/client/src/pt-br/index.md +++ b/website/client/src/pt-br/index.md @@ -66,6 +66,12 @@ Ao discutir mudanças específicas, a IA pode ajudar a gerar código. Com recurs Feliz codificação! 🚀 +## Por que Repomix? + +A força do Repomix reside em sua capacidade de trabalhar com serviços de assinatura como ChatGPT, Claude, Gemini, Grok sem se preocupar com custos, enquanto fornece contexto completo da base de código que elimina a necessidade de exploração de arquivos—tornando a análise mais rápida e frequentemente mais precisa. + +Com toda a base de código disponível como contexto, o Repomix permite uma ampla gama de aplicações incluindo planejamento de implementação, investigação de bugs, verificações de segurança de bibliotecas de terceiros, geração de documentação e muito mais. + ## Usando a Ferramenta CLI {#using-the-cli-tool} O Repomix pode ser usado como uma ferramenta de linha de comando, oferecendo recursos poderosos e opções de personalização. @@ -204,6 +210,16 @@ Crie um `repomix.config.json` para configurações persistentes: } ``` +## Casos de Uso do Mundo Real + +### [Fluxo de Trabalho de Geração de Código com LLM](https://harper.blog/2025/02/16/my-llm-codegen-workflow-atm/) + +Um desenvolvedor compartilha como usa o Repomix para extrair contexto de código de bases de código existentes, e então aproveita esse contexto com LLMs como Claude e Aider para melhorias incrementais, revisões de código e geração automatizada de documentação. + +### [Criando Pacotes de Conhecimento para LLMs](https://lethain.com/competitive-advantage-author-llms/) + +Autores estão usando o Repomix para empacotar seu conteúdo escrito—blogs, documentação e livros—em formatos compatíveis com LLM, permitindo que leitores interajam com sua expertise através de sistemas de perguntas e respostas alimentados por IA. + ## Guia de Usuários Avançados O Repomix oferece recursos poderosos para casos de uso avançados. Aqui estão alguns guias essenciais para usuários avançados: diff --git a/website/client/src/vi/guide/index.md b/website/client/src/vi/guide/index.md index 2e3317a37..bb385433d 100644 --- a/website/client/src/vi/guide/index.md +++ b/website/client/src/vi/guide/index.md @@ -6,7 +6,7 @@ import YouTubeVideo from '../../../components/YouTubeVideo.vue' import { VIDEO_IDS } from '../../../utils/videos' -Repomix là một công cụ đóng gói toàn bộ kho lưu trữ của bạn thành một tệp duy nhất, thân thiện với AI. Nó được thiết kế để giúp bạn cung cấp codebase cho các Mô hình Ngôn ngữ Lớn (LLMs) như ChatGPT, DeepSeek, Perplexity, Gemini, Gemma, Llama, Grok, và nhiều mô hình khác. +Repomix là một công cụ đóng gói toàn bộ kho lưu trữ của bạn thành một tệp duy nhất, thân thiện với AI. Nó được thiết kế để giúp bạn cung cấp codebase cho các Mô hình Ngôn ngữ Lớn (LLMs) như ChatGPT, Claude, Gemini, Grok, DeepSeek, Perplexity, Gemma, Llama, và nhiều mô hình khác. @@ -41,6 +41,12 @@ Khi thảo luận về các thay đổi cụ thể, AI có thể giúp tạo mã Chúc bạn code vui vẻ! 🚀 +## Tại sao chọn Repomix? + +Sức mạnh của Repomix nằm ở khả năng làm việc với các dịch vụ đăng ký như ChatGPT, Claude, Gemini, Grok mà không lo lắng về chi phí, đồng thời cung cấp ngữ cảnh codebase hoàn chỉnh giúp loại bỏ nhu cầu khám phá tệp—làm cho việc phân tích nhanh hơn và thường chính xác hơn. + +Với toàn bộ codebase có sẵn làm ngữ cảnh, Repomix cho phép một loạt các ứng dụng bao gồm lập kế hoạch triển khai, điều tra lỗi, kiểm tra bảo mật thư viện bên thứ ba, tạo tài liệu và nhiều hơn nữa. + ## Tính năng chính - **Đầu ra được tối ưu hóa cho AI**: Định dạng codebase của bạn để AI dễ dàng xử lý diff --git a/website/client/src/vi/guide/remote-repository-processing.md b/website/client/src/vi/guide/remote-repository-processing.md index 81b089b17..1c0dbaa4c 100644 --- a/website/client/src/vi/guide/remote-repository-processing.md +++ b/website/client/src/vi/guide/remote-repository-processing.md @@ -1,4 +1,4 @@ -# Xử lý kho lưu trữ từ xa +# Xử lý kho lưu trữ GitHub Repomix có thể xử lý các kho lưu trữ từ xa mà không cần clone chúng cục bộ, giúp bạn dễ dàng đóng gói và phân tích các dự án mã nguồn mở. diff --git a/website/client/src/vi/guide/sponsors.md b/website/client/src/vi/guide/sponsors.md new file mode 100644 index 000000000..286a13c9a --- /dev/null +++ b/website/client/src/vi/guide/sponsors.md @@ -0,0 +1,41 @@ +--- +title: Nhà tài trợ +description: Hỗ trợ phát triển Repomix và gặp gỡ những nhà tài trợ tuyệt vời của chúng tôi +editLink: false +--- + +# Nhà tài trợ 💖 + +Cảm ơn tất cả những cá nhân và tổ chức tuyệt vời đã hỗ trợ Repomix! Sự tài trợ của bạn giúp chúng tôi duy trì và cải thiện công cụ này cho toàn bộ cộng đồng. + +## Cách trở thành nhà tài trợ + +Bạn có thể hỗ trợ phát triển Repomix thông qua **[GitHub Sponsors](https://github.com/sponsors/yamadashy)**. + +### Tại sao nên tài trợ? + +Sự tài trợ của bạn giúp chúng tôi: +- Duy trì và cải thiện Repomix +- Phát triển các tính năng và khả năng mới +- Cung cấp tài liệu và hỗ trợ tốt hơn +- Giữ dự án miễn phí và mã nguồn mở +- Hỗ trợ hệ sinh thái công cụ phát triển AI rộng lớn hơn + +## Nhà tài trợ hiện tại + +
+ Đặc biệt cảm ơn: + + + Warp sponsorship + + + [Warp, terminal thông minh cho nhà phát triển](https://www.warp.dev/repomix) + [Có sẵn cho MacOS, Linux và Windows](https://www.warp.dev/repomix) +
+ +[![Sponsors](https://cdn.jsdelivr.net/gh/yamadashy/sponsor-list/sponsors/sponsors.png)](https://github.com/sponsors/yamadashy) + +--- + +*Repomix được thực hiện nhờ sự hỗ trợ hào phóng của các nhà tài trợ và cộng đồng mã nguồn mở. Cảm ơn! ❤️* \ No newline at end of file diff --git a/website/client/src/vi/guide/use-cases.md b/website/client/src/vi/guide/use-cases.md new file mode 100644 index 000000000..7406f3686 --- /dev/null +++ b/website/client/src/vi/guide/use-cases.md @@ -0,0 +1,90 @@ +# Các Trường Hợp Sử Dụng + +Sức mạnh của Repomix nằm ở khả năng làm việc với các dịch vụ đăng ký như ChatGPT, Claude, Gemini, Grok mà không cần lo lắng về chi phí, đồng thời cung cấp bối cảnh codebase đầy đủ giúp loại bỏ nhu cầu khám phá file—làm cho việc phân tích nhanh hơn và thường chính xác hơn. + +Với toàn bộ codebase có sẵn như bối cảnh, Repomix cho phép một loạt ứng dụng rộng rãi bao gồm lập kế hoạch triển khai, điều tra lỗi, kiểm tra bảo mật thư viện bên thứ ba, tạo tài liệu và nhiều hơn nữa. + +## Phân Tích & Điều Tra & Tái Cấu Trúc Code + +### Điều Tra Lỗi +Chia sẻ toàn bộ codebase của bạn với AI để xác định nguyên nhân gốc rễ của các vấn đề qua nhiều file và dependency. + +``` +Codebase này có vấn đề rò rỉ bộ nhớ trong server. Ứng dụng bị crash sau khi chạy trong vài giờ. Vui lòng phân tích toàn bộ codebase và xác định các nguyên nhân tiềm năng. +``` + +### Lập Kế Hoạch Triển Khai +Nhận lời khuyên triển khai toàn diện có xem xét đến toàn bộ kiến trúc codebase và các pattern hiện có của bạn. + +``` +Tôi muốn thêm xác thực người dùng vào ứng dụng này. Vui lòng xem xét cấu trúc codebase hiện tại và đề xuất cách tiếp cận tốt nhất phù hợp với kiến trúc hiện có. +``` + +### Hỗ Trợ Tái Cấu Trúc +Nhận các đề xuất tái cấu trúc duy trì tính nhất quán trên toàn bộ codebase của bạn. + +``` +Codebase này cần tái cấu trúc để cải thiện khả năng bảo trì. Vui lòng đề xuất cải tiến trong khi giữ nguyên chức năng hiện có. +``` + +### Review Code +Review code toàn diện có xem xét đến toàn bộ bối cảnh dự án. + +``` +Vui lòng review codebase này như thể bạn đang thực hiện một cuộc review code kỹ lưỡng. Tập trung vào chất lượng code, các vấn đề tiềm năng và đề xuất cải tiến. +``` + + +## Tài Liệu & Kiến Thức + +### Tạo Tài Liệu +Tạo tài liệu toàn diện bao phủ toàn bộ codebase của bạn. + +``` +Tạo tài liệu toàn diện cho codebase này, bao gồm tài liệu API, hướng dẫn thiết lập và hướng dẫn developer. +``` + +### Trích Xuất Kiến Thức +Trích xuất kiến thức kỹ thuật và các pattern từ codebase của bạn. + +``` +Trích xuất và tài liệu hóa các pattern kiến trúc chính, quyết định thiết kế và thực tiễn tốt nhất được sử dụng trong codebase này. +``` + +## Phân Tích Thư Viện Bên Thứ Ba + +### Kiểm Tra Bảo Mật Dependency +Phân tích các thư viện bên thứ ba và dependency để tìm vấn đề bảo mật. + +``` +Vui lòng phân tích tất cả dependency bên thứ ba trong codebase này để tìm các lỗ hổng bảo mật tiềm năng và đề xuất các thay thế an toàn hơn khi cần thiết. +``` + +### Phân Tích Tích Hợp Thư Viện +Hiểu cách các thư viện bên ngoài được tích hợp vào codebase của bạn. + +``` +Phân tích cách codebase này tích hợp với các thư viện bên ngoài và đề xuất cải tiến để có khả năng bảo trì tốt hơn. +``` + +## Ví Dụ Thực Tế + +### Quy Trình Tạo Code LLM +Một developer chia sẻ cách họ sử dụng Repomix để trích xuất bối cảnh code từ các codebase hiện có, sau đó tận dụng bối cảnh đó với các LLM như Claude và Aider cho cải tiến tăng dần, review code và tạo tài liệu tự động. + +**Trường Hợp Sử Dụng**: Quy trình phát triển được tinh gọn với hỗ trợ AI +- Trích xuất bối cảnh codebase đầy đủ +- Cung cấp bối cảnh cho LLM để tạo code tốt hơn +- Duy trì tính nhất quán trên toàn bộ dự án + +[Đọc quy trình đầy đủ →](https://harper.blog/2025/02/16/my-llm-codegen-workflow-atm/) + +### Tạo Knowledge Datapack cho LLM +Các tác giả đang sử dụng Repomix để đóng gói nội dung viết của họ—blog, tài liệu và sách—thành các định dạng tương thích LLM, cho phép độc giả tương tác với chuyên môn của họ thông qua hệ thống Q&A được hỗ trợ bởi AI. + +**Trường Hợp Sử Dụng**: Chia sẻ kiến thức và tài liệu tương tác +- Đóng gói tài liệu thành các định dạng thân thiện với AI +- Cho phép Q&A tương tác với nội dung +- Tạo cơ sở kiến thức toàn diện + +[Tìm hiểu thêm về knowledge datapack →](https://lethain.com/competitive-advantage-author-llms/) \ No newline at end of file diff --git a/website/client/src/vi/index.md b/website/client/src/vi/index.md index 0ee6526b8..1a4d4d6ea 100644 --- a/website/client/src/vi/index.md +++ b/website/client/src/vi/index.md @@ -66,6 +66,11 @@ Khi thảo luận về các thay đổi cụ thể, AI có thể giúp tạo mã Chúc bạn code vui vẻ! 🚀 +## Tại sao chọn Repomix? + +Sức mạnh của Repomix nằm ở khả năng làm việc với các dịch vụ đăng ký như ChatGPT, Claude, Gemini, Grok mà không lo lắng về chi phí, đồng thời cung cấp ngữ cảnh codebase hoàn chỉnh giúp loại bỏ nhu cầu khám phá tệp—làm cho việc phân tích nhanh hơn và thường chính xác hơn. + +Với toàn bộ codebase có sẵn làm ngữ cảnh, Repomix cho phép một loạt các ứng dụng bao gồm lập kế hoạch triển khai, điều tra lỗi, kiểm tra bảo mật thư viện bên thứ ba, tạo tài liệu và nhiều hơn nữa. ## Sử dụng công cụ CLI {#using-the-cli-tool} @@ -207,6 +212,16 @@ Tạo một `repomix.config.json` cho các cài đặt cố định: } ``` +## Các Trường Hợp Sử Dụng Thực Tế + +### [Quy Trình Sinh Mã LLM](https://harper.blog/2025/02/16/my-llm-codegen-workflow-atm/) + +Một nhà phát triển chia sẻ cách họ sử dụng Repomix để trích xuất ngữ cảnh mã từ các codebase hiện có, sau đó tận dụng ngữ cảnh đó với các LLM như Claude và Aider để cải tiến dần dần, đánh giá mã và tạo tài liệu tự động. + +### [Tạo Gói Dữ Liệu Kiến Thức cho LLM](https://lethain.com/competitive-advantage-author-llms/) + +Các tác giả đang sử dụng Repomix để đóng gói nội dung viết của họ—blog, tài liệu và sách—thành các định dạng tương thích với LLM, cho phép độc giả tương tác với chuyên môn của họ thông qua các hệ thống hỏi đáp được hỗ trợ bởi AI. + ## Hướng Dẫn Người Dùng Chuyên Nghiệp Repomix cung cấp các tính năng mạnh mẽ cho các trường hợp sử dụng nâng cao. Dưới đây là một số hướng dẫn thiết yếu cho người dùng chuyên nghiệp: diff --git a/website/client/src/zh-cn/guide/index.md b/website/client/src/zh-cn/guide/index.md index b6a94af99..7ca27d47e 100644 --- a/website/client/src/zh-cn/guide/index.md +++ b/website/client/src/zh-cn/guide/index.md @@ -6,7 +6,7 @@ import YouTubeVideo from '../../../components/YouTubeVideo.vue' import { VIDEO_IDS } from '../../../utils/videos' -Repomix 是一个将代码库打包成单个 AI 友好文件的工具。它专为帮助你将代码提供给大型语言模型(如 ChatGPT、DeepSeek、Perplexity、Gemini、Gemma、Llama、Grok 等)而设计。 +Repomix 是一个将代码库打包成单个 AI 友好文件的工具。它专为帮助你将代码提供给大型语言模型(如 ChatGPT、Claude、Gemini、Grok、DeepSeek、Perplexity、Gemma、Llama 等)而设计。 @@ -41,6 +41,12 @@ AI 将分析你的整个代码库并提供全面的见解: 祝你编码愉快!🚀 +## 为什么选择 Repomix? + +Repomix的强项在于可以与ChatGPT、Claude、Gemini、Grok等订阅服务配合使用而无需担心成本,同时提供完整的代码库上下文,消除了文件探索的需要——使分析更快速,往往也更准确。 + +通过将整个代码库作为上下文,Repomix支持广泛的应用场景,包括实现规划、错误调查、第三方库安全检查、文档生成等等。 + ## 核心功能 - **AI 优化**:以 AI 易于理解的格式整理代码库 diff --git a/website/client/src/zh-cn/guide/remote-repository-processing.md b/website/client/src/zh-cn/guide/remote-repository-processing.md index 1849513ba..0a4cea251 100644 --- a/website/client/src/zh-cn/guide/remote-repository-processing.md +++ b/website/client/src/zh-cn/guide/remote-repository-processing.md @@ -1,4 +1,4 @@ -# 远程仓库处理 +# GitHub 仓库处理 ## 基本用法 diff --git a/website/client/src/zh-cn/guide/sponsors.md b/website/client/src/zh-cn/guide/sponsors.md new file mode 100644 index 000000000..9efa99b86 --- /dev/null +++ b/website/client/src/zh-cn/guide/sponsors.md @@ -0,0 +1,41 @@ +--- +title: 赞助商 +description: 支持 Repomix 开发并了解我们出色的赞助商 +editLink: false +--- + +# 赞助商 💖 + +感谢所有支持 Repomix 的出色个人和组织!您的赞助帮助我们为整个社区维护和改进这个工具。 + +## 如何成为赞助商 + +您可以通过 **[GitHub Sponsors](https://github.com/sponsors/yamadashy)** 支持 Repomix 开发。 + +### 为什么要赞助? + +您的赞助将帮助我们: +- 维护和改进 Repomix +- 开发新功能和能力 +- 提供更好的文档和支持 +- 保持项目免费和开源 +- 支持更广泛的 AI 开发者工具生态系统 + +## 当前赞助商 + +
+ 特别感谢: + + + Warp sponsorship + + + [Warp,开发者的智能终端](https://www.warp.dev/repomix) + [支持 MacOS、Linux 和 Windows](https://www.warp.dev/repomix) +
+ +[![Sponsors](https://cdn.jsdelivr.net/gh/yamadashy/sponsor-list/sponsors/sponsors.png)](https://github.com/sponsors/yamadashy) + +--- + +*Repomix 因赞助商和开源社区的慷慨支持而成为可能。谢谢!❤️* \ No newline at end of file diff --git a/website/client/src/zh-cn/guide/use-cases.md b/website/client/src/zh-cn/guide/use-cases.md new file mode 100644 index 000000000..5a26e15ae --- /dev/null +++ b/website/client/src/zh-cn/guide/use-cases.md @@ -0,0 +1,90 @@ +# 使用场景 + +Repomix的优势在于能够与ChatGPT、Claude、Gemini、Grok等订阅服务配合使用而无需担心成本问题,同时提供完整的代码库上下文,消除了文件探索的需要——使分析更快且通常更准确。 + +有了整个代码库作为上下文,Repomix能够支持广泛的应用,包括实施规划、错误调查、第三方库安全检查、文档生成等等。 + +## 代码分析、调查和重构 + +### 错误调查 +与AI分享您的整个代码库,以识别跨多个文件和依赖项的问题根本原因。 + +``` +这个代码库在服务器端有内存泄漏问题。应用程序运行几个小时后会崩溃。请分析整个代码库并识别潜在原因。 +``` + +### 实施规划 +获得考虑您整个代码库架构和现有模式的全面实施建议。 + +``` +我想为这个应用程序添加用户认证功能。请审查当前的代码库结构,并建议最适合现有架构的方法。 +``` + +### 重构协助 +获得在整个代码库中保持一致性的重构建议。 + +``` +这个代码库需要重构以提高可维护性。请在保持现有功能完整的前提下提出改进建议。 +``` + +### 代码审查 +考虑整个项目上下文的全面代码审查。 + +``` +请像进行彻底的代码审查一样审查这个代码库。重点关注代码质量、潜在问题和改进建议。 +``` + + +## 文档和知识 + +### 文档生成 +生成覆盖整个代码库的全面文档。 + +``` +为这个代码库生成全面的文档,包括API文档、设置说明和开发者指南。 +``` + +### 知识提取 +从您的代码库中提取技术知识和模式。 + +``` +提取并记录这个代码库中使用的关键架构模式、设计决策和最佳实践。 +``` + +## 第三方库分析 + +### 依赖项安全审计 +分析第三方库和依赖项的安全问题。 + +``` +请分析这个代码库中所有第三方依赖项的潜在安全漏洞,并在需要时建议更安全的替代方案。 +``` + +### 库集成分析 +了解外部库如何集成到您的代码库中。 + +``` +分析这个代码库如何与外部库集成,并建议改进以提高可维护性。 +``` + +## 真实世界示例 + +### LLM代码生成工作流 +一位开发者分享了他们如何使用Repomix从现有代码库中提取代码上下文,然后利用该上下文与Claude和Aider等LLM进行增量改进、代码审查和自动文档生成。 + +**使用场景**:AI辅助的流水线开发工作流 +- 提取完整的代码库上下文 +- 为LLM提供更好代码生成的上下文 +- 在整个项目中保持一致性 + +[阅读完整工作流 →](https://harper.blog/2025/02/16/my-llm-codegen-workflow-atm/) + +### 为LLM创建知识数据包 +作者们正在使用Repomix将他们的书面内容——博客、文档和书籍——打包成LLM兼容的格式,使读者能够通过AI驱动的问答系统与他们的专业知识进行交互。 + +**使用场景**:知识分享和交互式文档 +- 将文档打包成AI友好的格式 +- 实现与内容的交互式问答 +- 创建全面的知识库 + +[了解更多关于知识数据包 →](https://lethain.com/competitive-advantage-author-llms/) \ No newline at end of file diff --git a/website/client/src/zh-cn/index.md b/website/client/src/zh-cn/index.md index 476cd6a3b..b149b1194 100644 --- a/website/client/src/zh-cn/index.md +++ b/website/client/src/zh-cn/index.md @@ -66,7 +66,11 @@ AI 将分析您的整个代码库并提供全面的见解: 祝您编码愉快!🚀 +## 为什么选择 Repomix? +Repomix的强项在于可以与ChatGPT、Claude、Gemini、Grok等订阅服务配合使用而无需担心成本,同时提供完整的代码库上下文,消除了文件探索的需要——使分析更快速,往往也更准确。 + +通过将整个代码库作为上下文,Repomix支持广泛的应用场景,包括实现规划、错误调查、第三方库安全检查、文档生成等等。 ## 使用 CLI 工具 {#using-the-cli-tool} @@ -208,6 +212,16 @@ repomix --style plain } ``` +## 真实世界使用案例 + +### [LLM 代码生成工作流](https://harper.blog/2025/02/16/my-llm-codegen-workflow-atm/) + +一位开发者分享了他们如何使用 Repomix 从现有代码库中提取代码上下文,然后与 Claude 和 Aider 等 LLM 一起利用该上下文进行增量改进、代码审查和自动化文档生成。 + +### [为 LLM 创建知识数据包](https://lethain.com/competitive-advantage-author-llms/) + +作者正在使用 Repomix 将他们的书面内容——博客、文档和书籍——打包为 LLM 兼容格式,使读者能够通过 AI 驱动的问答系统与他们的专业知识进行交互。 + ## 高级用户指南 Repomix 为高级用例提供强大的功能。以下是高级用户的一些重要指南: diff --git a/website/client/src/zh-tw/guide/index.md b/website/client/src/zh-tw/guide/index.md index 887347710..61e485bb8 100644 --- a/website/client/src/zh-tw/guide/index.md +++ b/website/client/src/zh-tw/guide/index.md @@ -6,7 +6,7 @@ import YouTubeVideo from '../../../components/YouTubeVideo.vue' import { VIDEO_IDS } from '../../../utils/videos' -Repomix 是一個將程式碼庫打包成單個 AI 友好文件的工具。它專為幫助你將程式碼提供給大型語言模型(如 ChatGPT、DeepSeek、Perplexity、Gemini、Gemma、Llama、Grok 等)而設計。 +Repomix 是一個將程式碼庫打包成單個 AI 友好文件的工具。它專為幫助你將程式碼提供給大型語言模型(如 ChatGPT、Claude、Gemini、Grok、DeepSeek、Perplexity、Gemma、Llama 等)而設計。 @@ -41,6 +41,12 @@ AI 將分析你的整個程式碼庫並提供全面的見解: 祝你編碼愉快!🚀 +## 為什麼選擇 Repomix? + +Repomix的強項在於可以與ChatGPT、Claude、Gemini、Grok等訂閱服務配合使用而無需擔心成本,同時提供完整的程式碼庫上下文,消除了檔案探索的需要——使分析更快速,往往也更準確。 + +透過將整個程式碼庫作為上下文,Repomix支援廣泛的應用場景,包括實作規劃、錯誤調查、第三方函式庫安全檢查、文件生成等等。 + ## 核心功能 - **AI 優化**:以 AI 易於理解的格式整理程式碼庫 diff --git a/website/client/src/zh-tw/guide/remote-repository-processing.md b/website/client/src/zh-tw/guide/remote-repository-processing.md index bf821d8d9..705505f11 100644 --- a/website/client/src/zh-tw/guide/remote-repository-processing.md +++ b/website/client/src/zh-tw/guide/remote-repository-processing.md @@ -1,4 +1,4 @@ -# 遠端倉庫處理 +# GitHub 倉庫處理 ## 基本用法 diff --git a/website/client/src/zh-tw/guide/sponsors.md b/website/client/src/zh-tw/guide/sponsors.md new file mode 100644 index 000000000..7ae437348 --- /dev/null +++ b/website/client/src/zh-tw/guide/sponsors.md @@ -0,0 +1,41 @@ +--- +title: 贊助商 +description: 支持 Repomix 開發並了解我們出色的贊助商 +editLink: false +--- + +# 贊助商 💖 + +感謝所有支持 Repomix 的出色個人和組織!您的贊助幫助我們為整個社群維護和改進這個工具。 + +## 如何成為贊助商 + +您可以透過 **[GitHub Sponsors](https://github.com/sponsors/yamadashy)** 支持 Repomix 開發。 + +### 為什麼要贊助? + +您的贊助將幫助我們: +- 維護和改進 Repomix +- 開發新功能和能力 +- 提供更好的文件和支援 +- 保持專案免費和開源 +- 支持更廣泛的 AI 開發者工具生態系統 + +## 目前贊助商 + +
+ 特別感謝: + + + Warp sponsorship + + + [Warp,開發者的智慧終端](https://www.warp.dev/repomix) + [支援 MacOS、Linux 和 Windows](https://www.warp.dev/repomix) +
+ +[![Sponsors](https://cdn.jsdelivr.net/gh/yamadashy/sponsor-list/sponsors/sponsors.png)](https://github.com/sponsors/yamadashy) + +--- + +*Repomix 因贊助商和開源社群的慷慨支持而成為可能。謝謝!❤️* \ No newline at end of file diff --git a/website/client/src/zh-tw/guide/use-cases.md b/website/client/src/zh-tw/guide/use-cases.md new file mode 100644 index 000000000..920e196e4 --- /dev/null +++ b/website/client/src/zh-tw/guide/use-cases.md @@ -0,0 +1,90 @@ +# 使用案例 + +Repomix 的優勢在於能夠與ChatGPT、Claude、Gemini、Grok等訂閱服務配合使用而無需擔心成本,同時提供完整的程式碼庫上下文,消除檔案探索的需要——使分析更快速且通常更準確。 + +有了完整的程式碼庫作為上下文,Repomix 能夠支援廣泛的應用,包括實作規劃、錯誤調查、第三方函式庫安全檢查、文件生成等等。 + +## 程式碼分析與調查與重構 + +### 錯誤調查 +與 AI 分享您的整個程式碼庫,以識別跨多個檔案和相依性的問題根本原因。 + +``` +這個程式碼庫在伺服器端有記憶體洩漏問題。應用程式運行幾小時後會當機。請分析整個程式碼庫並識別潛在原因。 +``` + +### 實作規劃 +獲得考慮您整個程式碼庫架構和現有模式的全面實作建議。 + +``` +我想為這個應用程式新增使用者驗證功能。請檢視目前的程式碼庫結構,並建議最適合現有架構的方法。 +``` + +### 重構協助 +獲得在整個程式碼庫中保持一致性的重構建議。 + +``` +這個程式碼庫需要重構以提高可維護性。請在保持現有功能完整的同時建議改進。 +``` + +### 程式碼審查 +考慮整個專案上下文的全面程式碼審查。 + +``` +請審查這個程式碼庫,就像您在進行徹底的程式碼審查一樣。專注於程式碼品質、潛在問題和改進建議。 +``` + + +## 文件與知識 + +### 文件生成 +生成涵蓋您整個程式碼庫的全面文件。 + +``` +為這個程式碼庫生成全面的文件,包括 API 文件、設定說明和開發者指南。 +``` + +### 知識萃取 +從您的程式碼庫中萃取技術知識和模式。 + +``` +萃取並記錄這個程式碼庫中使用的關鍵架構模式、設計決策和最佳實務。 +``` + +## 第三方函式庫分析 + +### 相依性安全稽核 +分析第三方函式庫和相依性以發現安全問題。 + +``` +請分析這個程式碼庫中的所有第三方相依性,尋找潛在的安全漏洞,並在必要時建議更安全的替代方案。 +``` + +### 函式庫整合分析 +了解外部函式庫如何整合到您的程式碼庫中。 + +``` +分析這個程式碼庫如何與外部函式庫整合,並建議改進以獲得更好的可維護性。 +``` + +## 實際案例 + +### LLM 程式碼生成工作流程 +一位開發者分享他們如何使用 Repomix 從現有程式碼庫中萃取程式碼上下文,然後利用該上下文與 Claude 和 Aider 等 LLM 進行漸進式改進、程式碼審查和自動化文件生成。 + +**使用案例**:透過 AI 協助的簡化開發工作流程 +- 萃取完整的程式碼庫上下文 +- 為 LLM 提供上下文以實現更好的程式碼生成 +- 在整個專案中保持一致性 + +[閱讀完整工作流程 →](https://harper.blog/2025/02/16/my-llm-codegen-workflow-atm/) + +### 為 LLM 創建知識資料包 +作者們正在使用 Repomix 將他們的書面內容——部落格、文件和書籍——打包成與 LLM 相容的格式,讓讀者能夠透過 AI 驅動的問答系統與他們的專業知識互動。 + +**使用案例**:知識分享與互動式文件 +- 將文件打包成 AI 友善的格式 +- 啟用與內容的互動式問答 +- 創建全面的知識庫 + +[了解更多關於知識資料包 →](https://lethain.com/competitive-advantage-author-llms/) \ No newline at end of file diff --git a/website/client/src/zh-tw/index.md b/website/client/src/zh-tw/index.md index c5b804a00..a9bee5909 100644 --- a/website/client/src/zh-tw/index.md +++ b/website/client/src/zh-tw/index.md @@ -66,7 +66,11 @@ AI 將分析您的整個程式碼庫並提供全面的見解: 祝您編碼愉快!🚀 +## 為什麼選擇 Repomix? +Repomix的強項在於可以與ChatGPT、Claude、Gemini、Grok等訂閱服務配合使用而無需擔心成本,同時提供完整的程式碼庫上下文,消除了檔案探索的需要——使分析更快速,往往也更準確。 + +透過將整個程式碼庫作為上下文,Repomix支援廣泛的應用場景,包括實作規劃、錯誤調查、第三方函式庫安全檢查、文件生成等等。 ## 使用 CLI 工具 {#using-the-cli-tool} @@ -208,6 +212,16 @@ repomix --style plain } ``` +## 真實世界使用案例 + +### [LLM 程式碼生成工作流程](https://harper.blog/2025/02/16/my-llm-codegen-workflow-atm/) + +一位開發者分享了他們如何使用 Repomix 從現有程式碼庫中提取程式碼上下文,然後與 Claude 和 Aider 等 LLM 一起利用該上下文進行漸進式改進、程式碼審查和自動化文件生成。 + +### [為 LLM 建立知識資料包](https://lethain.com/competitive-advantage-author-llms/) + +作者正在使用 Repomix 將他們的書面內容——部落格、文件和書籍——封裝為 LLM 相容格式,使讀者能夠透過 AI 驅動的問答系統與他們的專業知識進行互動。 + ## 進階使用者指南 Repomix 為進階使用案例提供強大的功能。以下是進階使用者的一些重要指南: