github yamadashy/repomix v0.1.38

latest releases: v1.4.2, v1.4.1, v1.4.0...
11 months ago

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.

Don't miss a new repomix release

NewReleases is sending notifications on new releases.