NPM package manager plays an important role in Node.js ecosystem. Every
serious Javascript developers should learn how to create a package with
npm
. In this post, I am going to cover several important npm
commands.
Initialize a NPM Package
To start a project, we have to create package.json …