How to Create and Publish an npm Package
Published in
10 min readSep 8, 2020
--
Easily create and publish an npm module to npm repository
Introduction
In this tutorial, you will create your own npm package and publish it to the npm repository.
By doing this, you will understand:
- How to create an npm package
- How to install it locally before publishing to test its…