Installation
Using npx (No Installation Required)
bash
npx repomixGlobal Installation
npm
bash
npm install -g repomixYarn
bash
yarn global add repomixHomebrew (macOS)
bash
brew install repomixDocker Installation
Pull and run the Docker image:
bash
# Current directory
docker run -v .:/app -it --rm ghcr.io/yamadashy/repomix
# Specific directory
docker run -v .:/app -it --rm ghcr.io/yamadashy/repomix path/to/directory
# Remote repository
docker run -v ./output:/app -it --rm ghcr.io/yamadashy/repomix --remote yamadashy/repomixSystem Requirements
- Node.js: ≥ 18.20.0
- Git: Required for remote repository processing
Verification
After installation, verify that Repomix is working:
bash
repomix --version
repomix --help