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.
Were you able to find what you were looking for?
Thank you! Your feedback has been submitted.
Erste Schritte
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.
Ein Paket veröffentlichen→
You can publish a package to GitHub Packages to make the package available for others to download and re-use.
Ein Paket installieren→
You can install a package from GitHub Packages and use the package as a dependency in your own project.
Beliebte Artikel
Configuring npm for use with GitHub Packages→
Sie können NPM für die Veröffentlichung von Paketen auf GitHub Packages und für die Nutzung von auf GitHub Packages gespeicherten Paketen als Abhängigkeiten in einem NPM-Projekt konfigurieren.
Configuring Docker for use with GitHub Packages→
Sie können den Docker-Client für die Nutzung von GitHub Packages zum Veröffentlichen und Abrufen von Docker-Images konfigurieren.
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 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.
Were you able to find what you were looking for?
Thank you! Your feedback has been submitted.