Skip to content

Repomixへの貢献

クイックスタート

bash
git clone https://github.com/yamadashy/repomix.git
cd repomix
npm install

開発コマンド

bash
# CLIを実行
npm run repomix

# テストを実行
npm run test
npm run test-coverage

# コードのリント
npm run lint

コーディングスタイル

  • Biomeを使用してリントとフォーマットを行う
  • テスト可能性のために依存性注入を使用
  • ファイルは250行以下に保つ
  • 新機能には必ずテストを追加

プルリクエストのガイドライン

  1. 全てのテストを実行
  2. リントチェックをパス
  3. ドキュメントを更新
  4. 既存のコードスタイルに従う

サポートが必要な場合

Released under the MIT License.