v0.1.25
版本发布时间: 2024-08-17 23:55:43
yamadashy/repomix最新发布版本:v0.2.5(2024-11-28 00:21:40)
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
- Windows:
- 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!