demo-hello-module

Hello module by Mandice Contributors


Keywords
helloworld
License
MIT
Install
npm install demo-hello-module@0.0.2

Documentation

demo-hello-module

Hello module by Mandice Contributors.

Features

  • Print hello world.

Installation

Install directly via NPM

npm install hello_world

Getting 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.js

License

Licensed under the MIT License

Authors

Copyright(c) 2013 Mandice Contributors <example@mandice.com>