0.0.2 • Published 12 years ago

demo-hello-module v0.0.2

Weekly downloads
2
License
-
Repository
github
Last release
12 years ago

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>

0.0.2

12 years ago

0.0.1

12 years ago