Skip to content

examplegit/demo-hello-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 <[email protected]>

About

Hello module by Mandice Contributors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published