How to create & publish a npm package
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...
michaelburrows.hashnode.dev3 min read