Software Versions node.js 0.10.5 npm 1.2.18 Create the Module structure Run the npm init command to create the base module structure. mkdir test-module cd test-module mkdir bin && mkdir lib echo ### Creating a test module > README.MD Now that our module directory structure has been created, run npm init command to create the package.json file. Fill in the information as it pertains to your module.