GitHub Packages documentation - GitHub Docs
Start here
Learn GitHub Packages
You can find out more about using packages in GitHub, including viewing and installing existing packages, publishing new packages to GitHub Packages, and, in special circumstances, deleting packages.
Managing GitHub packages using GitHub Actions workflows
You can safely publish and consume packages by building custom workflows that can also build, test, and deploy your code.
Installing a package
You can install a package from GitHub Packages and use the package as a dependency in your own project.
Popular
Working with the npm registry
You can configure npm to publish packages to GitHub Packages and to use packages stored on GitHub Packages as dependencies in an npm project.
Learn GitHub Packages
You can find out more about using packages in GitHub, including viewing and installing existing packages, publishing new packages to GitHub Packages, and, in special circumstances, deleting packages.
Working with the Apache Maven registry
You can configure Apache Maven to publish packages to GitHub Packages and to use packages stored on GitHub Packages as dependencies in a Java project.