Developing and Testing NPM packages locally
In order to build a npm packages you might need to take several days or weeks to get your package “publish ready”. During the course of development you will definately want to test locally quite often to ensure stability of your module. This is a short guide on doing exactly that. First, create your package…