github yamadashy/repomix v0.1.31

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

This update introduces remote repository processing, allowing users to analyze any public Git repository without manual cloning.

What's New

Remote Repository Processing Support (#61)

  • Added --remote option to process remote Git repositories
  • Supports full URLs and GitHub shorthand format (e.g., user/repo)

Usage Examples

Process a GitHub repository:

repopack --remote https://github.com/user/repo.git

Use GitHub shorthand:

repopack --remote user/repo

Process a GitLab repository:

repopack --remote https://gitlab.com/user/repo.git

To update, simply run:

npm update -g repopack

As always, we appreciate your feedback and contributions to make Repopack even better!

Don't miss a new repomix release

NewReleases is sending notifications on new releases.