1.0.2 • Published 8 years ago

hello-world-plus v1.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
8 years ago

hello-world-plus

A NPM Module that prints "Hello World!", and says hello to anyone else you want, even to a list of names. Accepts either a string or an array of strings as an argument.

Usage

var hello = require('hello-world-plus');

hello();
// Hello World!

hello("Robert");
// Hello Robert!

hello(['Callia', 'Zara']);
// Hello Callia!
// Hello Zara!
1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago