v0.2.12

yamadashy/repomixv0.2.12Dec 31, 2024by yamadashy

AI Summary

This release introduces new CLI flags to provide users with more control over the structure and content of Repomix output.

Key Highlights

  • Added `--no-file-summary` flag to disable file summary section
  • Added `--no-directory-structure` flag to disable directory structure section
  • Added `--remove-comments` flag to enable comment removal
  • Added `--remove-empty-lines` flag to enable removal of empty lines

New Features

  • `--no-file-summary` CLI flag
  • `--no-directory-structure` CLI flag
  • `--remove-comments` CLI flag
  • `--remove-empty-lines` CLI flag

Full Release Notes

This release introduces new CLI flags to provide users with more control over the structure and content of Repomix output.

## Features

### Added CLI Flags for Output Control (#236)

This release adds new CLI flags that allow users to control the output:
-   `--no-file-summary`: Disables the file summary section in the output.
-   `--no-directory-structure`: Disables the directory structure section in the output.
-   `--remove-comments`: Enables comment removal from supported file types.
-   `--remove-empty-lines`: Enables removal of empty lines from the output.

These flags provide more granular control over the output, and can be used to override configurations from the config file.

## How to Update

To update to the latest version, run:

```bash
npm update -g repomix
```

or if you use Homebrew

```bash
brew upgrade repomix
```

or if you use docker 🐳

```bash
docker run -v .:/app -it --rm ghcr.io/yamadashy/repomix:0.2.12
```

---
We appreciate your feedback and contributions to make Repomix even better!