How to Publish an NPM Package (Node.js)
If you want anyone in the world to be able to run your code, this video is for you. In just a few short steps, we'll show how to create a Node.js package from scratch and get it uploaded to npmjs.com so that anyone in the world can access it with a few short keystrokes.
Blog/code: https://github.com/pagekey/education/tree/main/184-Publish-NPM-Package
Timestamps:
- 0:00 Intro
- 0:18 Take Back Tech
- 1:11 Overview
- 1:38 1. Create the Package
- 2:08 2. Add the CLI
- 3:27 3. Publish to npmjs.com
- 4:17 4. Make a change and bump version
- 4:59 5. Try it out
- 5:27 That's it!
- 5:36 Future videos
- 5:47 Outro
- ← Previous
React from Scratch: 5 Steps, 0 Frameworks