Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions articles/5ee01f29bc3afafbb576.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: "パッケージについて"
emoji: "📦"
type: "tech" # tech: 技術記事 / idea: アイデア
topics: ["パッケージ管理システム","homeblue","yarn","npm"]
topics: ["パッケージ管理システム","homebrew","yarn","npm"]
published: true
---

Expand All @@ -19,7 +19,7 @@ published: true
# 自分が今まで使ってきたパッケージ管理システム
| システム | パッケージ管理システム | 設定ファイル、リポジトリ |
| ---- | ---- | ---- |
| Mac OS X | homebrew | ---- |
| Mac OS X | Homebrew | ---- |
| RedHat系Linux(CentOS) | rpm,Yum | ---- |
| node.js | npm,(yarn) | package.json,(yarn.lock) |
| PHP | Composer | composer.json |
Expand Down