demo-hello-module

0.0.2 • Public • Published

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>

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i demo-hello-module

      Weekly Downloads

      1

      Version

      0.0.2

      License

      MIT

      Last publish

      Collaborators

      • examples