How to create & publish a npm package

1 · Michael Burrows · Nov. 9, 2020, 2:22 a.m.
npm is package manager for Node.js that allows JavaScript developers to easily share packaged modules of code. In this tutorial we’ll be creating and publishing a simple npm package that displays a funny quote in the console. Before you can publish a package you’ll need an npm account (sign up here). With the account created […]...