Hello module by Mandice Contributors.
- Print hello world.
Install directly via NPM
npm install hello_world
Write a file call app.js and require the module.
<project directory>
/app.js:
var hello_module = require('./lib/hello_module');
hello_module();
node app.js
Licensed under the MIT License
Copyright(c) 2013 Mandice Contributors <[email protected]>