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 Acciones de GitHub.
Empezar
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.
Publicar un paquete→
You can publish a package to GitHub Packages to make the package available for others to download and re-use.
Instalar un paquete→
You can install a package from GitHub Packages and use the package as a dependency in your own project.
Artículos populares
Configuring npm for use with GitHub Packages→
Puedes configurar npm para publicar paquetes en GitHub Packages y para usar los paquetes almacenados en GitHub Packages como dependencias en un proyecto npm.
Configuring Docker for use with GitHub Packages→
Puedes configurar el cliente Docker para usar GitHub Packages para publicar y recuperar imágenes de docker
Using GitHub Packages with GitHub Actions→
You can configure a workflow in Acciones de GitHub 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 Acciones de GitHub or your package client to work with GitHub Packages.