v0.2.4
This release introduces enhanced directory handling capabilities and includes several improvements to core functionality, making Repomix more versatile and reliable.
What's New
Empty Directory Support (#180, #161)
- Added new option
includeEmptyDirectories
to include empty directories in repository structure
To include empty directories in your output, add the following to your repomix.config.json
:
{
"output": {
"includeEmptyDirectories": true
}
}
We'd like to thank @iNerdStack for implementing this feature in their contribution to Repomix!
Improvements
Statistics Formatting Enhancement (#177)
- Added number formatting for improved readability
- Fixed token calculation for more accurate reporting
How to Update
To update to the latest version, run:
npm update -g repomix
We value your feedback and contributions in making Repomix better! If you encounter any issues or have suggestions, please share them through our GitHub issues.