GitHub Packages Documentation
Learn to safely publish and consume packages, store your packages alongside your code, and share your packages privately with your team or publicly with the open source community. You can also automate your packages with GitHub Actions.
はじめましょう
About GitHub Packages→
GitHub Packages is a software package hosting service that allows you to host your software packages privately or publicly and use packages as dependencies in your projects.
パッケージを公開する→
You can publish a package to GitHub Packages to make the package available for others to download and re-use.
パッケージをインストールする→
You can install a package from GitHub Packages and use the package as a dependency in your own project.
Popular articles
Configuring npm for use with GitHub Packages→
GitHub Packages にパッケージを公開するよう npm を設定し、GitHub Packages に保存されたパッケージを依存関係として npm プロジェクトで利用できます。
Configuring Docker for use with GitHub Packages→
Docker クライアントが、GitHub Packages を利用して Docker イメージを公開および取得できるよう設定できます。
Using GitHub Packages with GitHub Actions→
You can configure a workflow in GitHub Actions to automatically publish or install a package from GitHub Packages.
Publishing and managing GitHub Packages→
You can publish new packages to GitHub Packages, view and install existing packages, and, in special circumstances, delete existing packages.
Using GitHub Packages with your project's ecosystem→
You can configure GitHub Actions or your package client to work with GitHub Packages.