v0.1.25
yamadashy/repomixv0.1.25Aug 17, 2024by yamadashy
AI Summary
Users can now define global settings that apply across all projects using a centralized configuration file. The tool supports the `--init --global` command and specific config paths for Windows, macOS, and Linux.
Key Highlights
- Added support for global configuration files
- Implemented `--init --global` command
- Cross-platform config locations (Windows, macOS, Linux)
- Local configs still take precedence
New Features
- Global configuration support
Full Release Notes
This update introduces global configuration support, allowing for more consistent settings across projects. ## What's New ### Global Configuration Support (#51, #52) - Added support for global configuration files - Implemented `repopack --init --global` command to create a global config - Global config locations: - Windows: `%LOCALAPPDATA%\Repopack\repopack.config.json` - macOS/Linux: `$XDG_CONFIG_HOME/repopack/repopack.config.json` or `~/.config/repopack/repopack.config.json` - Local configs still take precedence when present --- To update, simply run: ``` npm update -g repopack ``` As always, we appreciate your feedback and contributions to make Repopack even better!