0.0.2 • Published 12 years ago
demo-hello-module v0.0.2
demo-hello-module
Hello module by Mandice Contributors.
Features
- Print hello world.
Installation
Install directly via NPM
npm install hello_worldGetting started
Write a file call app.js and require the module.
<project directory>/app.js:
var hello_module = require('./lib/hello_module');
hello_module();Run the app.js
node app.jsLicense
Licensed under the MIT License
Authors
Copyright(c) 2013 Mandice Contributors <example@mandice.com>