Skip to content

v0.2.12

Latest
Compare
Choose a tag to compare
@yamadashy yamadashy released this 31 Dec 18:14
· 20 commits to main since this release

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:

npm update -g repomix

or if you use Homebrew

brew upgrade repomix

or if you use docker 🐳

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

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