Create NPM Package – Node.js Module
Want to publish your Node.js module to the public NPM registry? I'll show you how to do so using an example. Yesterday I created a module called flv2mp3 for converting FLV files to MP3 files. Let's put it up on the NPM registry for the world to be blinded by its technical splendor.
Publishing a Node module involves working with two networks - a remote repository and the ...