2.1.0 • Published 7 years ago
helloify v2.1.0
Helloify
Generate greetings
Installation
$ npm install helloify --save
Usage
Require package and call function:
let hello = require('helloify');
hello('User'); // Hello User
Generate greetings
$ npm install helloify --save
Require package and call function:
let hello = require('helloify');
hello('User'); // Hello User