基本的な使い方
クイックスタート
リポジトリ全体をパッケージング
bash
repomix一般的な使用例
特定のディレクトリをパッケージング
bash
repomix path/to/directory特定のファイルを含める
globパターンを使用
bash
repomix --include "src/**/*.ts,**/*.md"ファイルを除外
bash
repomix --ignore "**/*.log,tmp/"リモートリポジトリを処理
bash
# GitHubのURLを使用
repomix --remote https://github.com/user/repo
# 省略形を使用
repomix --remote user/repo
# 特定のブランチ/タグ/コミット
repomix --remote user/repo --remote-branch main
repomix --remote user/repo --remote-branch 935b695出力フォーマット
プレーンテキスト(デフォルト)
bash
repomix --style plainXML
bash
repomix --style xmlMarkdown
bash
repomix --style markdownその他のオプション
コメントを削除
bash
repomix --remove-comments行番号を表示
bash
repomix --output-show-line-numbersクリップボードにコピー
bash
repomix --copyセキュリティチェックを無効化
bash
repomix --no-security-check設定
設定ファイルを初期化
bash
repomix --init詳細な設定オプションについては設定ガイドをご覧ください。