v0.1.41
yamadashy/repomixv0.1.41Oct 1, 2024by yamadashy
AI Summary
This release improves the initialization process and expands installation options for macOS users by adding Homebrew support.
Key Highlights
- Reordered initialization prompts to ask for output style before file path.
- Added Markdown as a new output style option during initialization.
- Added Homebrew installation instructions for macOS users.
New Features
- Markdown output style option in initialization
- Homebrew installation support
Full Release Notes
This release brings improvements to the initialization process and adds Homebrew installation support for macOS users. ## Improvements ### Improved Initialization Process (#96) - Reordered prompts to ask for output style before file path - Added Markdown as a new output style option during initialization ### Homebrew Installation Support (https://github.com/Homebrew/homebrew-core/pull/192391) - Added Homebrew installation instructions for macOS users ## How to Update/Install To update to the latest version, run: ```bash npm install -g repopack ``` For macOS users, you can now install Repopack using Homebrew: ```bash brew install repopack ``` --- We value your feedback and contributions in making Repopack better! If you encounter any issues or have suggestions, please share them through our GitHub issues.