v0.1.38
版本发布时间: 2024-09-28 20:43:29
yamadashy/repomix最新发布版本:v0.2.5(2024-11-28 00:21:40)
This release introduces a new Markdown output style, providing users with an additional option for formatting their repository content.
What's New
Markdown Output Style (#86, #87)
- Added new 'markdown' output style option
- Users can now generate output in Markdown format, alongside existing plain text and XML options
How to Use
To use the new Markdown output style, use the --style markdown
option:
repopack --style markdown
Or update your repopack.config.json
:
{
"output": {
"style": "markdown"
}
}
To update, simply run:
npm update -g repopack
As always, we appreciate your feedback and contributions to make Repopack even better! If you encounter any issues or have suggestions regarding this new feature, please let us know through our GitHub issues.