/helloify

Stupid NPM package for testing

Primary LanguageJavaScript

Helloify

Generate greetings

Installation

$ npm install helloify --save

Usage

Require package and call function:

	let hello = require('helloify');
	hello('User'); // Hello User