How Create and Publish NPM Packages

preview_player
Показать описание
Ever wondered how to create and publish NPM packages that millions of JavaScript developers across the world can use? Creating and publishing NPM Packages is much simpler than you might think. It's as simple as creating an account, creating a repository, and connecting them together. You'll have your first NPM package published in just a few minutes!

_____________________________________________

Newsletter 🗞
Interested in exclusive content and discounts? 🤯 Sign up for the newsletter!
_____________________________________________

Connect with me 😀
_____________________________________________

COURSES 💻
Рекомендации по теме
Комментарии
Автор

Comment below with your favorite JavaScript NPM packages!

JamesQQuick
Автор

thank you! this is the only vid I found so far that actually works and contains each part of the process that you need.

jamesdanielmalvern
Автор

Thank you very much, James. Your vid was _very_ helpful. Concise, clear, quick, and enlightening.

rogerpence
Автор

I will work on a npm packate to wrap an UI library + React + Typescript.
This video helped me to get more into it before code the first component. Thanks to you, this kind of work seems much more understandable that just heading into the documentation.
I will save this for future reference.

nicolasomar
Автор

I've created an NPM package for a design system. It was fairly straightforward except dealing with fonts was kind of a nightmare for some reason. Love this course since I was trying to figure out how to do tests of the package within the repo. Also created npx garrettbear in the mean time. Thanks!

garrettw
Автор

Great explanation! Covered most of the basic things. Thanks and keep up the good work :)

ansumanmishra
Автор

wow that was a really nice introduction.
Thank you very much!

GradeFX
Автор

You have highlighted points that aren't being told in another tutorials 👍

devegram
Автор

Awesome, thanks for this tutorial very helpful for me

restuwahyusaputra
Автор

I did 'npm link' from project directory and 'npm link <package-name>' from tester but in tester node-modules folder the documents were open as in they were not in a folder naming my <package name> like the other npm packages with folder and the modules inside, how to make that possible ?

shubhamsinghvi
Автор

so took me a couple of hours to sort through this. I was trying to figure out publishing scoped packages. It turns out you need to make sure your email address is verified in order for you to publish. you can figure that out by running the command `npm profile get`

sergem
Автор

I created a react component and trying to publish for practice, but the styles are not applying and the types are not exporting lol I wish it was this straightforward

alexodan
Автор

Hi James. Great content. Can an npm package consist of html and css files? Thanks bro

kevingreetham
Автор

jamesqquick is my favorite npm package :)

braybilly