Skip to content

Commit

Permalink
DOCS: readme 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
devMinseok committed Jul 20, 2024
1 parent 9269c57 commit a302e97
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,20 @@
- ```make clean```

### 스크립트
- 그래프 생성 (Example, ThirdParty, Dev, Tests 타겟 제외)
- 그래프 생성
- ```make graph```
- Xcode 파일 생성 템플릿 추가
- ```make template```

### 의존성 그래프 (외부의존성 제외)
- 운영 환경
![PomoNyang](DependencyGraph/pomonyang_prod_graph.png)
- 개발 환경
![PomoNyang](DependencyGraph/pomonyang_dev_graph.png)
<details>
<summary>운영 환경</summary>

![PROD](DependencyGraph/pomonyang_prod_graph.png)
</details>

<details>
<summary>개발 환경</summary>

![DEV](DependencyGraph/pomonyang_dev_graph.png)
</details>

0 comments on commit a302e97

Please sign in to comment.