v0.1.45

yamadashy/repomixv0.1.45Nov 2, 2024by yamadashy

AI Summary

Acts as a migration notice release, informing users that the project has been renamed to Repomix and providing instructions for the transition.

Key Highlights

  • Project renamed to Repomix
  • Instructions provided for migrating from Repopack to Repomix

Breaking Changes

  • Package name changed from `repopack` to `repomix`

New Features

  • Migration instructions and guidance

Full Release Notes

This release adds important migration notices as we prepare to transition from Repopack to Repomix.

## 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.

### How to Migrate

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

```bash
npx repomix
```

or

```bash
npm install -g repomix
```

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

```bash
npm uninstall -g repopack
```

---

Thank you for being part of the Repopack 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.