installation.mdโข2.23 kB
# ์ค์น
## npx ์ฌ์ฉ (์ค์น ๋ถํ์)
```bash
npx repomix@latest
```
## ์ ์ญ ์ค์น
### npm
```bash
npm install -g repomix
```
### Yarn
```bash
yarn global add repomix
```
### Bun
```bash
bun add -g repomix
```
### Homebrew (macOS/Linux)
```bash
brew install repomix
```
## Docker ์ค์น
Docker๋ฅผ ์ฌ์ฉํ๋ฉด ํ๊ฒฝ ์ค์ ๋ฌธ์ ๋ฅผ ํผํ ์ ์์ด ๊ฐ์ฅ ํธ๋ฆฌํ ๋ฐฉ๋ฒ ์ค ํ๋์
๋๋ค. ์๋์ ๊ฐ์ด ์คํํ์ธ์:
```bash
# ํ์ฌ ๋๋ ํ ๋ฆฌ ์ฒ๋ฆฌ
docker run -v .:/app -it --rm ghcr.io/yamadashy/repomix
# ํน์ ๋๋ ํ ๋ฆฌ ์ฒ๋ฆฌ
docker run -v .:/app -it --rm ghcr.io/yamadashy/repomix path/to/directory
# ์๊ฒฉ ์ ์ฅ์ ์ฒ๋ฆฌ
docker run -v ./output:/app -it --rm ghcr.io/yamadashy/repomix --remote yamadashy/repomix
```
## VSCode ํ์ฅ ํ๋ก๊ทธ๋จ
์ปค๋ฎค๋ํฐ์์ ๊ด๋ฆฌํ๋ [Repomix Runner](https://marketplace.visualstudio.com/items?itemName=DorianMassoulier.repomix-runner) ํ์ฅ ํ๋ก๊ทธ๋จ์ ํตํด VSCode์์ ์ง์ Repomix๋ฅผ ์คํํ ์ ์์ต๋๋ค.
๊ธฐ๋ฅ:
- ๋ช ๋ฒ์ ํด๋ฆญ์ผ๋ก ํด๋ ํจํค์ง
- ํ์ผ ๋๋ ์ฝํ
์ธ ๋ชจ๋๋ก ๋ณต์ฌ
- ์ถ๋ ฅ ํ์ผ ์๋ ์ ๋ฆฌ
- repomix.config.json ์ง์
[VSCode ๋ง์ผํ๋ ์ด์ค](https://marketplace.visualstudio.com/items?itemName=DorianMassoulier.repomix-runner)์์ ์ค์นํ์ธ์.
## ๋ธ๋ผ์ฐ์ ํ์ฅ ํ๋ก๊ทธ๋จ
GitHub ์ ์ฅ์์์ ์ง์ Repomix์ ์ก์ธ์คํ์ธ์! Chrome ํ์ฅ ํ๋ก๊ทธ๋จ์ด GitHub ์ ์ฅ์ ํ์ด์ง์ ํธ๋ฆฌํ "Repomix" ๋ฒํผ์ ์ถ๊ฐํฉ๋๋ค.

### ์ค์น
- Chrome ํ์ฅ ํ๋ก๊ทธ๋จ: [Repomix - Chrome Web Store](https://chromewebstore.google.com/detail/repomix/fimfamikepjgchehkohedilpdigcpkoa)
- Firefox ์ ๋์จ: [Repomix - Firefox Add-ons](https://addons.mozilla.org/firefox/addon/repomix/)
### ๊ธฐ๋ฅ
- GitHub ์ ์ฅ์์์ ์ํด๋ฆญ์ผ๋ก Repomix ์ก์ธ์ค
- ๋ ๋ง์ ํฅ๋ฏธ๋ก์ด ๊ธฐ๋ฅ์ด ๊ณง ์ถ์๋ฉ๋๋ค!
## ์์คํ
์๊ตฌ ์ฌํญ
- Node.js: 20.0.0 ์ด์
- Git: ์๊ฒฉ ์ ์ฅ์ ์ฒ๋ฆฌ ์ ํ์
## ์ค์น ํ์ธ
์ค์น๊ฐ ์๋ฃ๋ ํ, ๋ค์ ๋ช
๋ น์ด๋ก Repomix๊ฐ ์ ์์ ์ผ๋ก ์๋ํ๋์ง ํ์ธํ์ธ์:
```bash
repomix --version
repomix --help
```