DEV Community

Cover image for Publishing Packages to GitHub with GitHub Actions
tkssharma
tkssharma

Posted on

Publishing Packages to GitHub with GitHub Actions

Publishing Packages to Github

How to Publish Private NPM Packages With Github Package Registry
Build and Publish Your NPM Package in 5 Minutes :)
In this playlist, we are talking about publishing different types of packages to GitHub

We are covering about all different package which can be published

'react package publish to github'
'nodejs package publish to github'
'nestjs package publish to github'

PlalyList Link
https://www.youtube.com/watch?v=lVze5eT5DQQ&list=PLIGDNOJWiL18ucL7WGWeVjXmSzOVTRObE
GitHub Link
https://github.com/tkssharma/publish-packages

πŸš€ Publish Node JS Utility Package to GitHub
πŸš€ Publish React JS Component Package to GitHub
πŸš€ Publish React JS Component and deploy using CI GitHub Actions to GitHub
πŸš€ Publish Nest JS Utility Package to GitHub
πŸš€ Publish Nest JS Dynamic Package to GitHub

πŸš€πŸš€ How to Publish Private NPM Packages With Github Package Registry

We'll begin by first making our modules repository private.
Publishing private NPM packages using GitHub Package Registry involves several steps to configure your package and authenticate with GitHub. Here's a step-by-step guide:

πŸš€πŸš€ Prerequisites
Node.js and npm: Make sure you have Node.js and npm installed.
GitHub Account: Ensure you have a GitHub account and a repository where you want to host the package.
Repository Permissions: Ensure you have the necessary permissions to publish to the GitHub repository.

πŸš€πŸš€We will follow these steps

  • Create a GitHub Personal Access Token
  • Authenticating With NPM Using the GitHub Registry
  • Publish Your Package
  • Using Your Private Package in Another Project

πŸš€πŸš€ Outline Video

00:00 Why do we need a Package
02:00 Things we need for publishing the package
03:30 npm login to login account
04:30 Simple Demo Code setup
05:00 Generating Access Token
05:30 npm login to GitHub npm
07:20 npm run build and publish
08:20 npm publish to publish package
09:00 Using package in another project
09:30 npmrc setup

Top comments (0)