FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

examplegit/demo-hello-module: Hello module by Mandice Contributors. · GitHub

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

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 <example@mandice.com>

About

Hello module by Mandice Contributors.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL