Node.js: Packaging your Node.js Module/Project

This article shows how you can package your Node.js module or project using npm init command. Running this command will create a package.json file which contains all the necessary packaging information. Here’s a step-by-step guide to create package file with npm init command. 1) Open terminal/command-prompt 2) Go to your Node.js module/project directory. In my … Read more

Magento: How to create extension package? [IMAGES]

You have built a custom magento extension (magento module) and you want to package it and submit it to magento connect (magento extension directory). This article shows how to create Magento extension package. I have included images for every step which I followed while creating extension package for my module (Auto Currency Switcher). Auto Currency … Read more