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 操作.
入门指南
About GitHub Packages→
GitHub 包注册表 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 包注册表 to make the package available for others to download and re-use.
安装包→
You can install a package from GitHub 包注册表 and use the package as a dependency in your own project.
Popular articles
Configuring npm for use with GitHub Packages→
您可以配置 npm 以将包发布到 GitHub 包注册表 并将存储在 GitHub 包注册表 上的包用作 npm 项目中的依赖项。
Configuring Docker for use with GitHub Packages→
您可以配置 Docker 客户端以使用 GitHub 包注册表 发布和检索 docker 镜像。
Using GitHub Packages with GitHub Actions→
You can configure a workflow in GitHub 操作 to automatically publish or install a package from GitHub 包注册表.
Publishing and managing GitHub Packages→
You can publish new packages to GitHub 包注册表, view and install existing packages, and, in special circumstances, delete existing packages.
Using GitHub Packages with your project's ecosystem→
You can configure GitHub 操作 or your package client to work with GitHub 包注册表.