0.1.4 • Published 6 years ago

helloworld-module v0.1.4

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

Hello World Module

A small node module that expresses 'Hello World' to the console

Instalation

`npm install helloworld-module`

Usage

    var helloWorldModule = require('helloworld-module');

    helloWorldModule();

Output in console should be `Hello World`

Tests

`npm test`

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.