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 行
  • 為新功能添加測試用例

Pull Request 提交指南

  1. 運行所有測試
  2. 通過程式碼檢查
  3. 更新文檔
  4. 遵循現有程式碼風格

需要幫助?

Released under the MIT License.