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.