Guia de Introdução
About GitHub Packages→
GitHub Package Registry 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 um pacote→
You can publish a package to GitHub Package Registry to make the package available for others to download and re-use.
Instalar um pacote→
You can install a package from GitHub Package Registry and use the package as a dependency in your own project.
Artigos populares
Configuring npm for use with GitHub Packages→
Você pode configurar o npm para publicar pacotes no GitHub Package Registry e usar pacotes armazenados no GitHub Package Registry como dependências em um projeto npm.
Configuring Docker for use with GitHub Packages→
Você pode configurar o cliente do Docker para usar o GitHub Package Registry para publicar e recuperar imagens do Docker.
Using GitHub Packages with GitHub Actions→
You can configure a workflow in GitHub Actions to automatically publish or install a package from GitHub Package Registry.
Publishing and managing packages→
You can publish new packages to GitHub Package Registry, 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 Package Registry.

