v0.1.31
yamadashy/repomixv0.1.31Aug 26, 2024by yamadashy
AI Summary
This release introduces remote repository processing, enabling users to analyze public Git repositories directly without manual cloning. It adds a `--remote` flag that supports full URLs and GitHub shorthand formats.
Key Highlights
- Added `--remote` option to process remote Git repositories
- Supports full HTTPS URLs (e.g., GitHub, GitLab)
- Supports GitHub shorthand format (e.g., `user/repo`)
New Features
- Remote repository processing
Full Release Notes
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: ```bash repopack --remote https://github.com/user/repo.git ``` Use GitHub shorthand: ```bash repopack --remote user/repo ``` Process a GitLab repository: ```bash 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!