Skip to content

Commit 8dd5e43

Browse files
authored
Merge pull request #2 from matken11235/master
ツール: パッケージマネージャの追加
2 parents 3376166 + 8f3b299 commit 8dd5e43

2 files changed

Lines changed: 62 additions & 2 deletions

File tree

docs/tools/package-manager.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,60 @@
11
# パッケージマネージャ
2+
3+
## パッケージマネージャの比較
4+
5+
| | 対応プラットフォーム |
6+
| -------------------------------------------- | --------------------- |
7+
| [Vcpkg](https://github.com/Microsoft/vcpkg) | Windows, macOS, Linux |
8+
| [Conan](https://conan.io) | Windows, macOS, Linux |
9+
| [Hunter](https://docs.hunter.sh/) | Windows, macOS, Linux |
10+
| [Buckaroo](https://buckaroo.pm) | Windows, macOS, Linux |
11+
| [poac](https://poac.pm/) | macOS, Linux |
12+
13+
<!-- sorted by github popularity -->
14+
<!-- どのような情報を列として追加すれば有益? -->
15+
16+
<!--
17+
## それぞれの特徴
18+
19+
### Vcpkg
20+
説明文
21+
22+
#### 長所
23+
24+
#### 短所
25+
26+
27+
### Conan
28+
説明文
29+
30+
#### 長所
31+
32+
#### 短所
33+
34+
35+
36+
### Hunter
37+
説明文
38+
39+
#### 長所
40+
41+
#### 短所
42+
43+
44+
### Buckaroo
45+
説明文
46+
47+
#### 長所
48+
49+
#### 短所
50+
51+
52+
### poac
53+
説明文
54+
55+
#### 長所
56+
57+
#### 短所
58+
59+
60+
-->

mkdocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ theme:
1919
language: 'ja'
2020
favicon: 'assets/images/logo.png'
2121
logo:
22-
icon: 'donut_small'
22+
icon: 'donut_small'
2323
palette:
2424
primary: 'teal'
25-
accent: 'teal'
25+
accent: 'teal'
2626
feature:
2727
tabs: true
2828
extra:
@@ -54,3 +54,4 @@ nav:
5454
- コンテナ: libraries/containers.md
5555
- ツール:
5656
- オンラインコンパイラ: tools/onlinecompilers.md
57+
- パッケージマネージャ: tools/package-manager.md

0 commit comments

Comments
 (0)