Options (1)
-o, --outputbooleanOutput custom format
Example:
repomix {{[-o|--output]}} {{path/to/file}} --style {{xml|markdown|plain}}Examples (8)
Output custom format
repomix [-o|--output] path/to/file --style xml|markdown|plainSend output to `stdout`
repomix --stdout > path/to/fileOutput with compression
repomix --compressProcess specific files
repomix --include "src/**/*.ts" --ignore "**/*.test.ts"Pack a repository from a branch
repomix --remote https://github.com/user/repo/tree/mainPack a repository at a specific commit
repomix --remote https://github.com/user/repo/commit/836abcd7335137228ad77feb28655d85712680f1Pack repository using shorthand
repomix --remote user/repomade by @shridhargupta | data from tldr-pages