v0.1.38.md•868 B
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.