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
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)