v0.1.38

yamadashy/repomixv0.1.38Sep 28, 2024by yamadashy

AI Summary

This release introduces a new Markdown output style, providing users with an additional formatting option for their repository content.

Key Highlights

  • Added new 'markdown' output style option alongside existing plain text and XML options.
  • Users can now generate output in Markdown format using the --style markdown flag.

New Features

  • Markdown output style

Full Release Notes

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:

```bash
repopack --style markdown
```

Or update your `repopack.config.json`:

```json
{
  "output": {
    "style": "markdown"
  }
}
```

---

To update, simply run:
```bash
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.