github yamadashy/repomix v0.2.1
v0.2.0 / v0.2.1

latest releases: v0.2.29, v0.2.28, v0.2.26...
3 months ago

This release introduces our rename from Repopack to Repomix, along with automated migration functionality to ensure a smooth transition for all users.

Important: Project Renamed to Repomix

Due to legal considerations, this project has been renamed from "Repopack" to "Repomix". We are committed to ensuring a smooth transition for all users.

What's New

Automated Migration Support (v0.2.1)

  • Added functionality to automatically detect and migrate existing Repopack configurations
  • Handles migration of:
    • Configuration files (repopack.config.jsonrepomix.config.json)
    • Ignore files (.repopackignore.repomixignore)
    • Instruction files (repopack-instruction.mdrepomix-instruction.md)
    • Both local and global configurations
  • Preserves all user settings during migration

Project Rename Changes (v0.2.0)

  • Updated all project files and references to use the new name
  • Updated npm package name to repomix
  • Updated documentation to reflect the new name
  • Added support for legacy output file detection

How to Migrate

We strongly recommend migrating to the new package. Install Repomix using either:

npx repomix

or

npm install -g repomix

The tool will automatically detect your existing Repopack configuration files and offer to migrate them to the new format.

Optional: Uninstall Repopack

After confirming Repomix works for your needs, you can optionally uninstall Repopack:

npm uninstall -g repopack

Thank you for being part of our community. We look forward to continuing to serve you as Repomix! If you have any questions about the migration, please feel free to create an issue on our GitHub repository.

Don't miss a new repomix release

NewReleases is sending notifications on new releases.